Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelClassNavigation.NavigationGroupName Property

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

string NavigationGroupName { get; set; }

#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