PivotFieldFilterChangingEventArgs Properties
Provides data for the ASPxPivotGrid.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. |
Values | Gets the collection of filter values about to be assigned to the filter. |
See Also