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

IFilterablePropertyInfo.DisplayName Property

When overridden in descendants, gets the filterable property’s display name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

string DisplayName { get; }

Property Value

Type Description
String

A Type object that represents the filterable property’s display name.

See Also