MVCxFormLayoutItem.NestedExtension() Method
In This Article
Provides access to helper methods allowing you to render individual DevExpress ASP.NET MVC editors as nested extensions within edit form layout items of grid-like controls.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public FormLayoutNestedExtensionFactory NestedExtension()
#Returns
Type | Description |
---|---|
Form |
A Form |
See Also