[]
Event data for column-filter loading event.
public class GridColumnFilterLoadingEventArgs : CancelEventArgs
Public Class GridColumnFilterLoadingEventArgs
Inherits CancelEventArgs
| Name | Description |
|---|---|
| AutoGenerateFilters | Gets or sets whether the filters are generated automatically. |
| Column | Gets the related column. |
| Filters | Gets the list of filters to be displayed. |
| ShowApplyButton | Gets or sets whether the apply button is shown. If |
| ShowClearButton | Gets or sets whether the clear button is shown. |