Skip to main content

BandedGridView.OptionsView Property

Provides access to the View’s visual 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 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