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

ASPxGridListEditor.UnselectRowByKey(Object) Method

Unselects a specified object in the ASPxGridListEditor.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.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