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

DashboardItemFormatRule.Enabled Property

Gets or sets whether the current format rule is enabled.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(true)]
public virtual bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **true**

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

See Also