ColumnViewOptionsBehavior(ColumnView) Constructor
Initializes a new instance of the ColumnViewOptionsBehavior class with the specified owning View.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | ColumnView | A ColumnView object whose behavior options are initialized. |
Remarks
This constructor is automatically called when a View initializes its ColumnView.OptionsBehavior property.
See Also