BandedViewAppearances(BaseView) Constructor
Initializes a new instance of the BandedViewPrintAppearances class with the specified owning View.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | BaseView | A BaseView descendant representing the View that will own the created collection. |
See Also