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

CardViewPrintAppearances(BaseView) Constructor

Initializes a new instance of the CardViewPrintAppearances class.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public CardViewPrintAppearances(
    BaseView view
)

Parameters

Name Type Description
view BaseView

A BaseView descendant which represents the View that will own the created collection.

See Also