VGridAppearanceCollection(VGridControlBase) Constructor
Initializes a new instance of the VGridAppearanceCollection class with the default settings.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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