Skip to main content

LayoutViewAppearances(BaseView) Constructor

Initializes a new instance of the LayoutViewAppearances class.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public LayoutViewAppearances(
    BaseView view
)

Parameters

Name Type Description
view BaseView

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

Remarks

This constructor is called automatically to initialize the LayoutView.Appearance property. Generally there is no need to call it directly from your code.

See Also