NavBarGroup.Name Property
Gets or sets the unique identifier name for the group.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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.