[]
        
(Showing Draft Content)

C1.WPF.DataFilter.ThreeStateFilterPresenter

ThreeStateFilterPresenter Class

Presenter for ThreeStateBoolFilter.

Inheritance
ThreeStateFilterPresenter
Namespace: C1.WPF.DataFilter
Assembly: C1.WPF.DataFilter.dll
Syntax
[TemplatePart(Name = "TrueCondition", Type = typeof(CheckBox))]
[TemplatePart(Name = "FalseCondition", Type = typeof(CheckBox))]
[TemplatePart(Name = "NullCondition", Type = typeof(CheckBox))]
[TemplatePart(Name = "SelectAll", Type = typeof(CheckBox))]
public class ThreeStateFilterPresenter : C1View

Constructors

Name Description
ThreeStateFilterPresenter()

Initializes a new instance of the ThreeStateFilterPresenter class.

Fields

Name Description
FalseConditionContentProperty

Identifies the FalseConditionContent dependency property.

FalseConditionContentTemplateProperty

Identifies the FalseConditionContentTemplate dependency property.

FilterProperty

Identifies the Filter dependency property.

HeaderContentProperty

Identifies the HeaderContent dependency property.

HeaderTemplateProperty

Identifies the HeaderTemplate dependency property.

NullConditionContentProperty

Identifies the NullConditionContent dependency property.

NullConditionContentTemplateProperty

Identifies the NullConditionContentTemplate dependency property.

TrueConditionContentProperty

Identifies the TrueConditionContent dependency property.

TrueConditionContentTemplateProperty

Identifies the TrueConditionContentTemplate dependency property.

Properties

Name Description
FalseConditionContent

Gets or sets the Label content of false condition checkbox.

FalseConditionContentTemplate

Content template for Label of false condition checkbox.

Filter

Gets or sets filter associated with this element.

HeaderContent

Gets or sets the content for the Header of current ThreeStateFilterPresenter control.

HeaderTemplate

Gets or sets the DataTemplate used in the header.

NullConditionContent

Label content of null condition checkbox.

NullConditionContentTemplate

Content template for Label of null condition checkbox.

TrueConditionContent

Label content of true condition checkbox.

TrueConditionContentTemplate

Content template for Label of true condition checkbox.

Methods

Name Description
Dispose(bool)
ImplementLocalization()

Implement localization.

OnApplyTemplate()