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

GridViewAppearances(BaseView) Constructor

Initializes a new instance of the GridViewAppearances class.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public GridViewAppearances(
    BaseView view
)

Parameters

Name Type Description
view BaseView

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

See Also