FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / ColumnFilterLoading Event

In This Topic
    ColumnFilterLoading Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event ColumnFilterLoading As EventHandler(Of GridColumnFilterLoadingEventArgs)
    public event EventHandler<GridColumnFilterLoadingEventArgs> ColumnFilterLoading
    Event Data

    The event handler receives an argument of type C1.WPF.Grid.GridColumnFilterLoadingEventArgs containing data related to this event. The following GridColumnFilterLoadingEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from C1.WPF.Grid.CancelEventArgs)
    (Inherited from C1.WPF.Grid.CancelEventArgs)
    Gets the related column.  
    Gets the data filter that will be displayed for column filtering.  
    Gets or sets whether the apply button is shown. If false, the filter will be applied automatically as the UI is changed.  
    Gets or sets whether the clear button is shown.  
    See Also