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

DashboardToolbarItem.Enabled Property

Gets or sets whether the item is active.

Namespace: DevExpress.DashboardWin

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

Declaration

public bool Enabled { get; set; }

Property Value

Type Description
Boolean

True, if the current item is active; otherwise, false.

Remarks

If the Enabled property is false, the item is not active (disabled). Its icon and caption appear greyed out and the click action is not performed.

See Also