Skip to main content
All docs
V23.2

VGridFormatRuleCollection(VGridControlBase) Constructor

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

Namespace: DevExpress.XtraVerticalGrid.StyleFormatConditions

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public VGridFormatRuleCollection(
    VGridControlBase vGridControl
)

Parameters

Name Type
vGridControl VGridControlBase
See Also