Skip to main content
All docs
V26.1
  • CardItemDeltaFormatRule.IsValid Property

    Gets whether the current format rule is correct.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v26.1.Core.dll

    Declaration

    [Browsable(false)]
    public override bool IsValid { get; }

    Property Value

    Type Description
    Boolean

    true, if the current format rule is properly specified; otherwise, false.

    See Also