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

DashboardItemFormatRule.IsValid Property

Gets or sets whether the current DashboardItemFormatRule object is properly specified.

Namespace: DevExpress.DashboardCommon

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

Declaration

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

Property Value

Type Description
Boolean

true, if the current DashboardItemFormatRule object is properly specified; otherwise, false.

See Also