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

FilterControlOperationVisibilityEventArgs.PropertyInfo Property

Gets the filterable property of the filter expression.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public IFilterablePropertyInfo PropertyInfo { get; }

Property Value

Type Description
IFilterablePropertyInfo

A IFilterablePropertyInfo object that represents a filterable property.

See Also