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

VGridAppearanceCollection(VGridControlBase) Constructor

Initializes a new instance of the VGridAppearanceCollection class with the default settings.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public VGridAppearanceCollection(
    VGridControlBase grid
)

Parameters

Name Type Description
grid VGridControlBase

A VGridControlBase control which will become the owner of the created collection.

Remarks

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

See Also