Skip to main content
Tab

FilterControlParseValueEventArgs.Text Property

Gets the filterable property’s value entered into the filter bar by an end user.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string Text { get; }

Property Value

Type Description
String

A string value entered into the filter bar by an end user.

Remarks

Use the Text property to obtain the filterable property’s value entered by end user. This string value can then be modified and assigned to the FilterControlParseValueEventArgs.Value property. The FilterControlParseValueEventArgs.Handled property must be set to true, to prevent the default conversion operation.

See Also