PivotGridFilterItem Properties
Represents a filter item.| 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. |
See Also