FilterControlCustomValueDisplayTextEventArgs.DisplayText Property
Gets or sets the display text of the entered filter value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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