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

FilterValue.IsShowAllFilter Property

Indicates whether the filter value corresponds to an empty filter.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public bool IsShowAllFilter { get; }

Property Value

Type Description
Boolean

true if the filter value corresponds to an empty filter; otherwise, false.

Remarks

If an end-user selects a filter value which corresponds to an empty filter, the Header Filter displays all items.

See Also