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.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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