ASPxClientLayoutItem.parent Property
In This Article
Gets the immediate parent layout item to which the current layout item belongs.
#Declaration
TypeScript
parent: ASPxClientLayoutItem
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
Use the parent property to identify and access the immediate parent item which owns the current layout item.
See Also