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

GridAutoFilterEventArgs.Value Property

Gets or sets a value that is the custom text displayed within the filter row cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string Value { get; set; }

Property Value

Type Description
String

A string value specifying the custom text displayed within the filter row cell.

See Also