FilterValue Methods
Represents an item within the Header Filter.| 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