BandedGridView.OptionsBehavior Property
Provides access to the View’s behavior options.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.1.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