Back to Devexpress

AdvBandedGridView.OptionsView Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-advbandedgridview-61b5da3b.md

latest1.9 KB
Original Source

AdvBandedGridView.OptionsView Property

Provides access to the View’s display options.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public AdvBandedGridOptionsView OptionsView { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsView As AdvBandedGridOptionsView

Property Value

TypeDescription
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

AdvBandedGridView Class

AdvBandedGridView Members

DevExpress.XtraGrid.Views.BandedGrid Namespace