Skip to main content

MVCxLayoutItemCaptionSettings.AssociatedNestedExtensionName Property

Gets or sets the name of a nested to a layout item extension that the caption is associated with.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string AssociatedNestedExtensionName { get; set; }

Property Value

Type Description
String

A string value corresponding to the nested extension name.

Property Paths

You can access this nested property as listed below:

Object Type Path to AssociatedNestedExtensionName
MVCxFormLayoutItem
.CaptionSettings .AssociatedNestedExtensionName

Remarks

Use this property to define the name of the extension to which the label is associated when the extension is nested in the layout item as template content.

See Also