Skip to main content

ASPxClientLayoutItem.name Property

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 LayoutItemBase.Name property.

#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