FilterControlCustomValueDisplayTextEventArgs.Value Property
In This Article
Gets the custom value entered into the filter bar by an end user.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that represents a custom value. |
#Remarks
Use the Value property to obtain a custom value entered by an end user. This string value can then be modified and assigned to the FilterControlCustomValueDisplayTextEventArgs.DisplayText property.
See Also