Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumnFilterLoadingEventArgs Class
Properties

In This Topic
    GridColumnFilterLoadingEventArgs Class Members
    In This Topic

    The following tables list the members exposed by GridColumnFilterLoadingEventArgs.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the associated event should be canceled. (Inherited from C1.Blazor.Grid.CancelEventArgs)
    Public PropertyGets a value indicating whether the associated event is cancellable. (Inherited from C1.Blazor.Grid.CancelEventArgs)
    Public PropertyGets the related column.  
    Public PropertyGets the data filter that will be displayed for column filtering.  
    Public PropertyGets or sets whether the apply button is shown. If false, the filter will be applied automatically as the UI is changed.  
    Public PropertyGets or sets whether the clear button is shown.  
    Top
    See Also