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

BandedGridView.OptionsView Property

Provides access to the View’s visual display options.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public BandedGridOptionsView OptionsView { get; }

Property Value

Type Description
BandedGridOptionsView

A BandedGridOptionsView object containing the View’s visual display options.

Remarks

The object returned provides a set of OptionsView properties specifying the View’s appearance and the visibility of its elements. Please refer to the BandedGridOptionsView class description for the list of available options and their descriptions.

See Also