FilterControlCustomValueDisplayTextEventArgs.PropertyInfo Property
In This Article
Gets the filterable property of the filter expression.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public IFilterablePropertyInfo PropertyInfo { get; }
#Property Value
Type | Description |
---|---|
IFilterable |
A IFilterable |
See Also