Skip to main content
All docs
V23.2

BandedGridOptionsBehavior(BandedGridView) Constructor

Initializes a new instance of the BandedGridOptionsBehavior class with specified settings.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public BandedGridOptionsBehavior(
    BandedGridView view
)

Parameters

Name Type Description
view BandedGridView

The View that owns the created BandedGridOptionsBehavior object.

See Also