Skip to main content
All docs
V25.1
  • VGridFormatRule.VGrid Property

    Gets the Vertical Grid control that owns this rule.

    Namespace: DevExpress.XtraVerticalGrid.StyleFormatConditions

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    [Browsable(false)]
    public virtual VGridControl VGrid { get; }

    Property Value

    Type Description
    VGridControl

    The Vertical Grid control that owns this rule.

    See Also