Name | Description | |
---|---|---|
RangeFilter Constructor | Overloaded. |
The following tables list the members exposed by RangeFilter.
Name | Description | |
---|---|---|
RangeFilter 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) | |
EditorsType | Gets or sets a value indicating editors type. (Inherited from C1.WinUI.DataFilter.RangeFilterBase) | |
EditorsVisible | Gets or sets a value indicating whether show the editors or not. (Inherited from C1.WinUI.DataFilter.RangeFilterBase) | |
Expression | Gets or sets the expression of the current Filter. (Inherited from C1.WinUI.DataFilter.RangeFilterBase) | |
Format | Gets or sets the format of numeric text box (Inherited from C1.WinUI.DataFilter.RangeFilterBase) | |
HeaderText | Gets or sets a value of header text of the current Filter. (Inherited from C1.WinUI.DataFilter.Filter) | |
Increment | Gets or set the the amount to increment/decrement when the user clicks up/down buttons. (Inherited from C1.WinUI.DataFilter.RangeFilterBase) | |
IsApplied | Gets a value indicating the current Filter is applied or not. (Inherited from C1.WinUI.DataFilter.Filter) | |
IsAutoGenerated | Gets a value indicating whether this filter was generated automatically. (Inherited from C1.WinUI.DataFilter.Filter) | |
LowerValue | Gets or sets the current lower magnitude of the range. (Inherited from C1.WinUI.DataFilter.RangeFilterBase) | |
Maximum | Gets or sets the maximum value of the range. (Inherited from C1.WinUI.DataFilter.RangeFilterBase) | |
Minimum | Gets or sets the minimum value of the range. (Inherited from C1.WinUI.DataFilter.RangeFilterBase) | |
PropertyName | Gets or sets the name of the data item property to which the current Filter applies. (Inherited from C1.WinUI.DataFilter.Filter) | |
SliderVisible | Gets or sets a value indicating whether show the range slider or not. (Inherited from C1.WinUI.DataFilter.RangeFilterBase) | |
ToolTip | Gets or sets the text that appears as a ToolTip for header of this filter. (Inherited from C1.WinUI.DataFilter.Filter) | |
UpperValue | Gets or sets the current upper magnitude of the range. (Inherited from C1.WinUI.DataFilter.RangeFilterBase) |
Name | Description | |
---|---|---|
Reset | Resets the filter value to the default value. (Inherited from C1.WinUI.DataFilter.RangeFilterBase) | |
SetLowerValue | Sets a lower value of RangeFilterBase class. (Inherited from C1.WinUI.DataFilter.RangeFilterBase) | |
SetUpperValue | Sets a upper value of RangeFilterBase class. (Inherited from C1.WinUI.DataFilter.RangeFilterBase) |
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) |