Skip to main content

FilterElementDashboardItem.EnableSearch Property

Gets or sets whether to allow end-users to search for specific values in a filter element.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(false)]
public bool EnableSearch { get; set; }

Property Value

Type Default Description
Boolean false

true, to allow end-users to search for specific values; other, false.

Remarks

To learn more about the search capability, see the following topics:

See Also