Skip to main content

AdvBandedGridOptionsNavigation() Constructor

Creates a new instance of the AdvBandedGridOptionsNavigation class.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public AdvBandedGridOptionsNavigation()

Remarks

This constructor is automatically called when the AdvBandedGridView object initializes its AdvBandedGridView.OptionsNavigation property. You will not have to call the constructor in your application.

See Also