Skip to main content

ASPxClientTab.name Property

Gets the name that uniquely identifies the current tab.

#Declaration

TypeScript
name: string

#Property Value

Type Description
string

A string value that represents the value assigned to the tab’s TabBase.Name property.

#Remarks

Use the name property on the client side to obtain the value of the tab’s TabBase.Name property that uniquely identifies the tab.

See Also