Skip to main content

TreeListSettings.ProcessOnClickRowFilter Property

Enables you to apply custom filter criteria when the filter row is in the OnClick mode.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxTreeListOnClickRowFilterEventHandler ProcessOnClickRowFilter { get; set; }

Property Value

Type Description
ASPxTreeListOnClickRowFilterEventHandler

A ASPxTreeListOnClickRowFilterEventHandler delegate method allowing you to implement custom processing.

See Also