Skip to main content

BandedGridView.OptionsBehavior Property

Provides access to the View’s behavior options.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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