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

FilterControlOperationVisibilityEventArgs(IFilterablePropertyInfo, ClauseType) Constructor

Initializes a new instance of the FilterControlOperationVisibilityEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public FilterControlOperationVisibilityEventArgs(
    IFilterablePropertyInfo propertyInfo,
    ClauseType operation
)

Parameters

Name Type Description
propertyInfo IFilterablePropertyInfo

A IFilterablePropertyInfo object that represents a filterable property.

operation ClauseType

A ClauseType object that represents a filter operation.

See Also