Skip to main content
.NET 6.0+

ListViewFilterAttribute.Description Property

Specifies the current filter description.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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