Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V17.2
  • DashboardToolboxItem.disabled Property

    Gets or sets whether a toolbox item should be disabled.

    Namespace: DevExpress.Dashboard

    Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll

    Declaration

    public KnockoutObservableBoolean disabled { get; set; }

    Property Value

    Type Description
    DevExpress.Web.Scripts.KnockoutObservableBoolean

    true, if a toolbox item should be disabled; otherwise, false.

    See Also