Skip to main content
A newer version of this page is available. .
All docs
V20.2

BandedGridOptionsBehavior(BandedGridView) Constructor

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

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public BandedGridOptionsBehavior(
    BandedGridView view
)

Parameters

Name Type Description
view BandedGridView

The View that owns the created BandedGridOptionsBehavior object.

See Also