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

DashboardParameter.SelectAllValues Property

Gets or sets whether all parameter values should be selected in the initial state of the Dashboard Viewer.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[LocalizableCategory(DataAccessStringId.PropertyGridDataCategoryName)]
[DefaultValue(false)]
public override bool SelectAllValues { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to select all parameter values by default; otherwise, false.

Remarks

Note that the SelectAllValues option is in effect when the Parameter.AllowMultiselect property is set to true.

See Also