Skip to main content
Tab

FilterControlCustomValueDisplayTextEventArgs.PropertyInfo Property

Gets the filterable property of the filter expression.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public IFilterablePropertyInfo PropertyInfo { get; }

Property Value

Type Description
IFilterablePropertyInfo

A IFilterablePropertyInfo object that represents a filterable property.

See Also