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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 |
|
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