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

    Gets whether the rule can be applied.

    Namespace: DevExpress.XtraVerticalGrid.StyleFormatConditions

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public override bool IsValid { get; }

    Property Value

    Type Description
    Boolean

    true if the rule can be applied; otherwise, false.

    See Also