Skip to main content

ASPxClientNavBarGroup.GetText Method

Returns text displayed within a group.

Declaration

GetText(): string

Returns

Type Description
string

A string value that is the text displayed within the navbar group.

Remarks

Use the GetText method to get a navbar group text (the NavBarGroup.Text property value) on the client side. To set the text, use the ASPxClientNavBarGroup.SetText method.

You can get and set navbar item text via the ASPxClientNavBarItem.GetText and ASPxClientNavBarItem.SetText methods respectively.

See Also