ColumnViewOptionsFilter() Constructor
Initializes a new instance of the ColumnViewOptionsFilter class.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
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