Skip to main content
All docs
V25.1
  • BandedGridOptionsBehavior(BandedGridView) Constructor

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

    Namespace: DevExpress.XtraGrid.Views.BandedGrid

    Assembly: DevExpress.XtraGrid.v25.1.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