Skip to main content
Tab

FilterValue.ToString() Method

Returns a string that represents the current object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string ToString()

Returns

Type Description
String

A string value that specifies the filter value’s display text.

Remarks

To specify the filter value’s display text, use the FilterValue.DisplayText property.

See Also