Skip to main content
.NET 6.0+

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.v23.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