[]
        
(Showing Draft Content)

C1.WPF.Grid.GridColumnFilterLoadingEventArgs

GridColumnFilterLoadingEventArgs Class

Event data for column-filter loading event.

Inheritance
GridColumnFilterLoadingEventArgs
Namespace: C1.WPF.Grid
Assembly: C1.WPF.Grid.dll
Syntax
public class GridColumnFilterLoadingEventArgs : CancelEventArgs

Properties

Name Description
Column

Gets the related column.

DataFilter

Gets the data filter that will be displayed for column filtering.

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.