PivotGridFieldFilterValues Properties
Contains filter values for a specific field.
Name | Description |
---|---|
Count |
Gets the number of elements in the Pivot |
Field | Gets the field which owns the current collection. |
Filter |
Gets or sets the field's filter type. |
Has |
Gets whether the current Pivot |
Is |
Gets whether the current collection contains values used to filter against the current field. |
Show |
Gets or sets whether records that contain NULL values in the current field should be processed by the control. |
Values | Gets or sets an array of filter values. |
Values |
Gets or sets which values are excluded from the current field. |
Values |
Gets or sets the values that are displayed in the current field. |
See Also