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

FilterControlCustomValueDisplayTextEventArgs.DisplayText Property

Gets or sets the display text of the entered filter value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public string DisplayText { get; set; }

Property Value

Type Description
String

A string that represents the entered filter value’s display text.

Remarks

The DisplayText property allows you to specify a custom display text for the fitler value entered by an end-user into a value editor. The specified display text will be displayed within the value editor, when it’s inactive.

See Also