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

ListViewFilterAttribute.Description Property

Specifies the current filter description.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public string Description { get; }

Property Value

Type Description
String

A string specifying the current filter description.

Remarks

Values of the Description property are set for the tooltips of the SetFilter Action‘s corresponding items.

See Also