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

AdvBandedGridView.OptionsView Property

Provides access to the View’s display options.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

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