FilterValue Members
Represents an item within the Header Filter.Constructors
| Name | Description |
|---|---|
| FilterValue() | Initializes a new instance of the FilterValue class with default settings. |
| FilterValue(String, String, String) | Initializes a new instance of the FilterValue class with the specified settings. |
| FilterValue(String, String) | Initializes a new instance of the FilterValue class with the specified display text and value. |
Fields
| Name | Description |
|---|---|
| FilterAllQuery | The Show All filter query. |
| FilterCalendarQuery | The calendar filter query. |
| FilterDateRangePickerQuery | The date range picker filter query. |
| FilterNumericRangePickerQuery | The numeric range picker filter query. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(CollectionItem) | Copies the settings from the specified item to the current object. |
| CreateShowAllValue(String) static | Returns the (All) filter item used to clear filtering by a column’s values. |
| CreateShowBlanksValue(CardViewColumn, String) static | Creates and returns the (Blanks) filter item used to filter a column by blank values. |
| CreateShowBlanksValue(GridViewDataColumn, String) static | Creates and returns the (Blanks) filter item used to filter a column by blank values. |
| CreateShowBlanksValue(VerticalGridDataRow, String) static | Creates and returns the (Blanks) filter item used to filter a column by blank values. |
| CreateShowBlanksValue(String, String) static | Obsolete. Returns the (Blanks) filter item used to filter a column by blank values. |
| CreateShowNonBlanksValue(CardViewColumn, String) static | Creates and returns the (Non blanks) filter item used to filter a column by non blank values. |
| CreateShowNonBlanksValue(GridViewDataColumn, String) static | Creates and returns the (Non blanks) filter item used to filter a column by non blank values. |
| CreateShowNonBlanksValue(VerticalGridDataRow, String) static | Creates and returns the (Non blanks) filter item used to filter a column by non blank values. |
| CreateShowNonBlanksValue(String, String) static | Obsolete. Returns the (Non blanks) filter item used to filter a column by non blank values. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. |
See Also