[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridColumnFilterLoadingEventArgs

GridColumnFilterLoadingEventArgs Class

Event data for column-filter loading event.

Inheritance
GridColumnFilterLoadingEventArgs
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridColumnFilterLoadingEventArgs : CancelEventArgs
Public Class GridColumnFilterLoadingEventArgs
    Inherits CancelEventArgs

Properties

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 false, the filter will be applied automatically as the UI is changed.

ShowClearButton

Gets or sets whether the clear button is shown.