ASPxClientLayoutItem.name Property
In This Article
Gets the name that uniquely identifies the layout item.
#Declaration
TypeScript
name: string
#Property Value
Type | Description |
---|---|
string | A string value that represents the value assigned to the layout item’s Layout |
#Remarks
Use the name property to obtain the value of the layout item’s LayoutItemBase.Name property that uniquely identifies the layout item.
See Also