ASPxClientTreeListContextMenuEventArgs.objectKey Property
Gets a value that identifies the right-clicked object.
Declaration
objectKey: any
Property Value
Type | Description |
---|---|
any | The right-clicked object’s identifier. |
Remarks
If a node has been right-clicked, the objectKey property returns the node’s key value. If a column header has been right-clicked, this property returns the column’s index.
See Also