Skip to main content
.NET 6.0+

IModelNavigationItemsVariantSettings.GenerateRelatedViewVariantsGroup Property

Specifies whether context navigation is enabled for the View Variants module.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

Assembly: DevExpress.ExpressApp.ViewVariantsModule.v23.2.dll

Declaration

bool GenerateRelatedViewVariantsGroup { get; set; }

Property Value

Type Description
Boolean

true, if the context navigation is enabled for the View Variants module; otherwise, false.

See Also