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

Parameter.SelectAllValues Property

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

Namespace: DevExpress.DataAccess

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

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

Declaration

[DefaultValue(false)]
[LocalizableCategory(DataAccessStringId.PropertyGridDataCategoryName)]
public virtual 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