Skip to main content
A newer version of this page is available. .

ASPxClientLayoutItem.name Property

Gets the name that uniquely identifies the layout item.

Declaration

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