ColumnViewOptionsView() Constructor
Initializes a new instance of the ColumnViewOptionsView class.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
This constructor is automatically called when a ColumnView descendant initializes its ColumnView.OptionsView property. Normally there’s no need to call this constructor directly.
See Also