FilterControlParseValueEventArgs.Text Property
Gets the filterable property’s value entered into the filter bar by an end user.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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