Skip to main content
A newer version of this page is available. .

FormatConditionBar.IsValid Property

Gets whether the current format condition is properly specified.

Namespace: DevExpress.DashboardCommon

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

Declaration

public override bool IsValid { get; }

Property Value

Type Description
Boolean

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

See Also