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

    Gets whether the current format rule is correct.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

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

    Property Value

    Type Description
    Boolean

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

    See Also