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.2.dll
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