Back to Devexpress

GridView.OptionsBehavior Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-3b33b0d6.md

latest1.9 KB
Original Source

GridView.OptionsBehavior Property

Provides access to the View’s behavior options.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
GridOptionsBehavior

A GridOptionsBehavior object containing the View’s behavior options.

|

Remarks

The object returned provides a set of Boolean properties describing the View’s current functionality. Please refer to the GridOptionsBehavior class description for a list of available options and their descriptions.

See Also

GridOptionsBehavior

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace