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

    Gets or sets whether the Dashboard Panel is visible.

    Namespace: DevExpress.Dashboard

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

    Declaration

    public KnockoutObservableBoolean visible { get; set; }

    Property Value

    Type Description
    DevExpress.Web.Scripts.KnockoutObservableBoolean

    true, to display the Dashboard Panel; otherwise, false.

    See Also