Skip to main content
Tab

FilterControlCustomValueDisplayTextEventArgs.Value Property

Gets the custom 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 object Value { get; }

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