ASPxTreeListEditor.UnselectRowByKey(Object) Method
Unselects a specified object in the ASPxTreeListEditor.
Namespace: DevExpress.ExpressApp.TreeListEditors.Web
Assembly: DevExpress.ExpressApp.TreeListEditors.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.TreeListEditors.Web
Declaration
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