[]
Presenter for ThreeStateBoolFilter.
[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
Name | Description |
---|---|
ThreeStateFilterPresenter() | Initializes a new instance of the ThreeStateFilterPresenter class. |
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. |
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. |
Name | Description |
---|---|
Dispose(bool) | |
ImplementLocalization() | Implement localization. |
OnApplyTemplate() |