FilterValue Properties
Represents an item within the Header Filter.| Name | Description |
|---|---|
| BeginGroup | Gets or sets a value that specifies whether the current filter value starts a group. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| DisplayText | Gets or sets the filter item’s display text. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| IsCalendarFilter | Indicates whether the calendar editor is used to filter column values. |
| IsDateRangePickerFilter | Indicates whether the date range picker is used to filter column values. |
| IsEmpty | Indicates whether the filter value corresponds to an empty filter. |
| IsFilterByQuery | Indicates whether the complex filter expression is used to filter column values. |
| IsFilterByValue | Indicates whether the Equals to filter criterion is used. |
| IsNumericRangePickerFilter | Indicates whether the numeric range picker is used to filter column values. |
| IsShowAllFilter | Indicates whether the filter value corresponds to an empty filter. |
| Query | Gets or sets the filter expression. |
| Value | Gets or sets the filter value. |
See Also