Back to Devexpress

LayoutView.OptionsBehavior Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-b56a298f.md

latest1.9 KB
Original Source

LayoutView.OptionsBehavior Property

Provides access to the View’s behavior options.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
LayoutViewOptionsBehavior

A LayoutViewOptionsBehavior object containing the View’s behavior options.

|

Remarks

The property provides a set of options that enable/disable particular functionality. See the list of members of the LayoutViewOptionsBehavior class for information on these options.

See Also

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace