Parameter.SelectAllValues Property
Gets or sets whether all parameter values should be selected in the initial state of the dashboard.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.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 in the initial state of the dashboard; otherwise, false. |
Remarks
Note that the SelectAllValues option is in effect when the Parameter.AllowMultiselect property is set to true.
See Also