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

BandedGridView.OptionsBehavior Property

Provides access to the View’s behavior options.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

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

Property Value

Type Description
BandedGridOptionsBehavior

An object that contains the View’s behavior options.

See Also