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

    Gets or sets whether to show the Dashboard Parameters button in the dashboard title.

    Namespace: DevExpress.Dashboard

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

    Declaration

    public KnockoutObservableBoolean showDialogButton { get; set; }

    Property Value

    Type Description
    DevExpress.Web.Scripts.KnockoutObservableBoolean

    true, to show the Dashboard Parameters button; otherwise, false.

    See Also