Skip to main content

ASPxClientLayoutItem.parent Property

Gets the immediate parent layout item to which the current layout item belongs.

#Declaration

TypeScript

#Property Value

Type Description
ASPxClientLayoutItem

An ASPxClientLayoutItem object representing the item’s immediate parent.

#Remarks

Use the parent property to identify and access the immediate parent item which owns the current layout item.

See Also