Back to Devexpress

AdvBandedGridView.OptionsNavigation Property

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

latest2.1 KB
Original Source

AdvBandedGridView.OptionsNavigation Property

Provides access to a View’s navigation 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)]
public AdvBandedGridOptionsNavigation OptionsNavigation { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property OptionsNavigation As AdvBandedGridOptionsNavigation

Property Value

TypeDescription
AdvBandedGridOptionsNavigation

An AdvBandedGridOptionsNavigation object that contains a View’s navigation options.

|

Remarks

The object returned by this property is represented by a set of Boolean values specifying whether the corresponding navigating options are enabled. Please refer to the description of the AdvBandedGridOptionsNavigation class members for the list of available options.

See Also

AdvBandedGridOptionsNavigation

AdvBandedGridView Class

AdvBandedGridView Members

DevExpress.XtraGrid.Views.BandedGrid Namespace