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

AdvBandedGridView.OptionsNavigation Property

Provides access to a View’s navigation options.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public AdvBandedGridOptionsNavigation OptionsNavigation { get; }

Property Value

Type Description
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