Back to Devexpress

ColumnView.OptionsBehavior Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-64e808f9.md

latest2.1 KB
Original Source

ColumnView.OptionsBehavior Property

Provides access to the View’s behavior options.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ColumnViewOptionsBehavior OptionsBehavior { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property OptionsBehavior As ColumnViewOptionsBehavior

Property Value

TypeDescription
ColumnViewOptionsBehavior

A ColumnViewOptionsBehavior object containing the View’s behavior options.

|

Remarks

The returned object provides a set of Boolean properties which are common to all the types of View. These options control the View’s behavior. Please refer to the ColumnViewOptionsBehavior class description for a list of the available options and their descriptions.

See Also

GridView.OptionsBehavior

CardView.OptionsBehavior

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace