PivotFieldFilterChangingEventArgs Properties
Provides data for the PivotGridControl.FieldFilterChanging event.Name | Description |
---|---|
Cancel | Gets or sets whether to cancel changing the filter condition. |
Field | Gets the field being processed. Inherited from PivotFieldEventArgsBase<T>. |
FilterType | Gets the current filter type. |
ShowBlanks | Gets whether records that contain NULL values in the current field are processed by the control. |
Values | Gets the collection of filter values that is about to be assigned to the filter. |
See Also