LayoutView.OptionsBehavior Property
Provides access to the View’s behavior options.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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