Skip to main content
All docs
V23.2

VGridAppearanceCollectionEx(VGridControlBase) Constructor

Initializes a new instance of the VGridAppearanceCollectionEx class with specified settings.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public VGridAppearanceCollectionEx(
    VGridControlBase grid
)

Parameters

Name Type
grid VGridControlBase
See Also