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

IModelClassNavigation.NavigationGroupName Property

Indicates the navigation control group to which the current class belongs, according to code.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

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