FilterValue(String, String) Constructor
Initializes a new instance of the FilterValue class with the specified display text and value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
displayText | String | A String value that specifies the text displayed within the Header Filter. This value is assigned to the FilterValue.DisplayText property. |
value | String | A String value that specifies the filter item’s value. This value is assigned to the FilterValue.Value property. |
See Also