Skip to main content
A newer version of this page is available. .
Tab

FilterValue.ToString() Method

Returns a string that represents the current object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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