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

ASPxClientTreeList.ApplyOnClickRowFilter Method

Applies a filter specified in the filter row to the ASPxTreeList.

Declaration

ApplyOnClickRowFilter(): void

Remarks

When the TreeListSettingsBehavior.FilterRowMode property is set to OnClick, criteria specified in the filter row are applied on an ‘Apply’ button click. In this case, you can use the ApplyOnClickRowFilter method to apply the filter row filter in code.

See Also