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

DashboardControlBase.ShowParametersButton Property

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

Namespace: DevExpress.DashboardWpf

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public bool ShowParametersButton { get; set; }

Property Value

Type Description
Boolean

True to display the Parameters button; otherwise, false.

See Also