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

NavBarGroup.Name Property

Gets or sets the unique identifier name for the group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("")]
public string Name { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the group’s unique identifier name.

Remarks

The Name property specifies the unique identifier name for a group. This property can be used at run time to obtain a particular group specified by its unique identifier name (via the NavBarGroupCollection.FindByName method) rather than index and the header’s display text.

See Also