PivotGridFilterItem Members
Represents a filter item.Constructors
| Name | Description |
|---|---|
| PivotGridFilterItem(Object, String, Nullable<Boolean>, Boolean) | Initializes a new instance of the PivotGridFilterItem class. |
| PivotGridFilterItem(Object, String, Nullable<Boolean>) | Initializes a new instance of the PivotGridFilterItem class. |
Properties
| Name | Description |
|---|---|
| IsBlank | Gets whether the filter item represents the blank field value. |
| IsChecked | Gets or sets the check state of the filter item. |
| IsVisible | Gets or sets whether the filter item is visible. |
| Level | Gets the hierarchy level of the filter item when overridden in descendant classes. |
| Text | Gets or sets the caption of the filter item. |
| Value | Gets or sets the field value represented by the filter item. |
Methods
| Name | Description |
|---|---|
| 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 the textual representation of the filter item. |
See Also