Skip to main content

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
FormLayoutNestedExtensionFactory

A FormLayoutNestedExtensionFactory object containing helper methods to render DevExpress MVC editors.

See Also