FilterValue.ToString() Method
Returns a string that represents the current object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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