Skip to main content

AdvBandedGridView.OptionsView Property

Provides access to the View’s display 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)]
[XtraSerializablePropertyId(4)]
public AdvBandedGridOptionsView OptionsView { get; }

Property Value

Type Description
AdvBandedGridOptionsView

A AdvBandedGridOptionsView object containing the View’s display options.

Remarks

The object returned provides a set of properties which specify the View’s appearance and the visibility of its elements.

See Also