Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FilterValue(
    string displayText,
    string value
)

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