Skip to main content
All docs
V25.1
  • VGridFormatRuleCollection(VGridControl) Constructor

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

    Namespace: DevExpress.XtraVerticalGrid.StyleFormatConditions

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public VGridFormatRuleCollection(
        VGridControl vGridControl
    )

    Parameters

    Name Type
    vGridControl VGridControl
    See Also