Skip to main content

DashboardControlBase.ShowParametersButton Property

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

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Xpf.Dashboard.v23.2.dll

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public bool ShowParametersButton { get; set; }

Property Value

Type Description
Boolean

true to display the Parameters button; otherwise, false.

See Also