Skip to main content

ColumnViewOptionsFilter() Constructor

Initializes a new instance of the ColumnViewOptionsFilter class.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public ColumnViewOptionsFilter()

Remarks

This constructor is called automatically when a ColumnView descendant initializes its ColumnView.OptionsFilter property. Normally there’s no need to call this constructor directly.

See Also