Skip to main content
A newer version of this page is available. .

LayoutView.OptionsBehavior Property

Provides access to the View’s behavior options.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public LayoutViewOptionsBehavior OptionsBehavior { get; }

Property Value

Type Description
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