ASPxGridListEditor.UnselectRowByKey(Object) Method
In This Article
Unselects a specified object in the ASPxGridListEditor.
Namespace: DevExpress.ExpressApp.Web.Editors.ASPx
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.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