ASPxClientDiagram.GetItemByKey(key) Method
In This Article
#Declaration
TypeScript
GetItemByKey(
key: any
): DiagramItem
#Parameters
Name | Type | Description |
---|---|---|
key | any | The item key. |
#Returns
Type | Description |
---|---|
Diagram |
The Diagram |
#Remarks
The Item.key property specifies the item’s key in a data source. If a diagram is not bound to a data source, the key property value is empty. In this instance, use the GetItemById(id) method to get an item by its internal identifier. An item always has an identifier.
See Also