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.v18.2.dll

Declaration

public bool ShowParametersButton { get; set; }

Property Value

Type Description
Boolean

True to display the Parameters button; otherwise, false.

See Also