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

CustomFilterExpressionDisplayTextEventArgs.DisplayText Property

Gets or sets the filter expression displayed within the filter bar, representing the applied filter criteria.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public string DisplayText { get; set; }

Property Value

Type Description
String

A string that specifies the filter expression displayed within the filter bar.

See Also