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

IModelNavigationItemsVariantSettings.RelatedViewVariantsGroupCaption Property

Specifies the caption for the navigation items generated by the View Variants module, when context navigation is enabled.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

[DefaultValue("View Variants")]
string RelatedViewVariantsGroupCaption { get; set; }

Property Value

Type Default Description
String "View Variants"

A string specifying the caption for the navigation items generated by the View Variants module, when context navigation is enabled.

See Also