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

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.v18.2.Core.dll

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