Skip to main content
All docs
V22.2

ChartItemFormatRuleBase.IsValid Property

Gets whether the current format rule is correct.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

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