Skip to main content
A newer version of this page is available. .
All docs
V20.2

ChartItemFormatRuleBase.IsValid Property

Gets whether the current format rule is correct.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

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