Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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