Name | Description | |
---|---|---|
ThreeStateFilter Constructor | Overloaded. |
The following tables list the members exposed by ThreeStateFilter.
Name | Description | |
---|---|---|
ThreeStateFilter Constructor | Overloaded. |
Name | Description | |
---|---|---|
ActualHeaderText | Gets the header that will be shown in the column header. if HeaderText is not specified the PropertyName property will be used. (Inherited from C1.WinUI.DataFilter.Filter) | |
AttachedState | Filter attached state. (Inherited from C1.WinUI.DataFilter.Filter) | |
Expression | Overridden. Gets or sets the expression of the current Filter. | |
FalseLabel | Gets or sets the text of label of false checkbox. | |
HeaderText | Gets or sets a value of header text of the current Filter. (Inherited from C1.WinUI.DataFilter.Filter) | |
IsApplied | Overridden. Gets a value indicating the current Filter is applied or not. | |
IsAutoGenerated | Gets a value indicating whether this filter was generated automatically. (Inherited from C1.WinUI.DataFilter.Filter) | |
IsFalseChecked | Gets or sets the value of the false condition. | |
IsNullChecked | Gets or sets the value of the null condition. | |
IsThreeState | Gets or sets allows filter to accept nullable bool value. | |
IsTrueChecked | Gets or sets the value of the true condition. | |
NullLabel | Gets or sets the text of label of null checkbox. | |
PropertyName | Gets or sets the name of the data item property to which the current Filter applies. (Inherited from C1.WinUI.DataFilter.Filter) | |
SelectAllLabel | Gets or sets the text of label of select all checkbox. | |
ToolTip | Gets or sets the text that appears as a ToolTip for header of this filter. (Inherited from C1.WinUI.DataFilter.Filter) | |
TrueLabel | Gets or sets the text of label of true checkbox. |
Name | Description | |
---|---|---|
OnAttachedStateChanged | Calls when the filter state was changed. (Inherited from C1.WinUI.DataFilter.Filter) | |
OnPropertyChanged | Overloaded. Raises the PropertyChanged event. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged) | |
OnValueChanged | Raises the ValueChanged event. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged) | |
SetField<T> | Compares two values of property and raises an PropertyChanged event if they are different. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged) |
Name | Description | |
---|---|---|
AttachedStateChanged | Notifies clients that a AttachedState value has changed. (Inherited from C1.WinUI.DataFilter.Filter) | |
PropertyChanged | Occurs when a property value changes. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged) | |
ValueChanged | Occurs when a value of current Filter changes. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged) |