Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ListViewFilterAttribute.Description Property

Specifies the current filter description.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.2.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