Skip to main content

GridViewPrintAppearances(BaseView) Constructor

Initializes a new instance of the GridViewPrintAppearances class.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridViewPrintAppearances(
    BaseView view
)

Parameters

Name Type Description
view BaseView

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

See Also