Skip to main content
Tab

IFilterablePropertyInfo.PropertyName Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

string PropertyName { get; }

Property Value

Type Description
String

A string object that represents the filterable property’s name.

See Also