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

GridOnClickRowFilterEventArgs.Values Property

Gets or sets values that are the custom texts displayed within the filter row cells.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public Dictionary<string, string> Values { get; }

Property Value

Type Description
Dictionary<String, String>

A dictionary, listing the custom texts displayed within the filter row cells.

See Also