AdvBandedGridView.OptionsNavigation Property
Provides access to a View’s navigation options.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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