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

ASPxTreeListEditor.UnselectRowByKey(Object) Method

Unselects a specified object in the ASPxTreeListEditor.

Namespace: DevExpress.ExpressApp.TreeListEditors.Web

Assembly: DevExpress.ExpressApp.TreeListEditors.Web.v18.2.dll

Declaration

public void UnselectRowByKey(
    object key
)

Parameters

Name Type Description
key Object

An object specifying the identifier of the object to unselect.

Remarks

This method is not intended to be called from your code.

See Also