Skip to main content

FilterElementDashboardItem.ShowAllValue Property

Gets or sets whether to enable the (All) option that allows end-users to apply filtering by all values.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(true)]
public bool ShowAllValue { get; set; }

Property Value

Type Default Description
Boolean true

true, to enable the (All) option; otherwise, false.

Remarks

Note that this capability is supported by the ‘Standard’ Combo Box and ‘Radio’ List Box filter elements.

See Also