IModelClassNavigation.NavigationGroupName Property
In This Article
Indicates the navigation control group to which the current class belongs, according to code.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Description |
---|---|
String | A string specifying the navigation control group to which the current class belongs, according to code. |
#Remarks
If the DefaultClassOptionsAttribute or NavigationItemAttribute is applied to the class declaration, the value of its GroupName parameter is assigned to the value of this property. Otherwise, the Default value is assigned.
See Also