Skip to main content
A newer version of this page is available. .

BandedViewAppearances(BaseView) Constructor

Initializes a new instance of the BandedViewPrintAppearances class with the specified owning View.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public BandedViewAppearances(
    BaseView view
)

Parameters

Name Type Description
view BaseView

A BaseView descendant representing the View that will own the created collection.

See Also