Skip to main content
A newer version of this page is available. .

MVCxFormLayoutItem.NestedExtension() Method

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.v18.2.dll

Declaration

public FormLayoutNestedExtensionFactory NestedExtension()

Returns

Type Description
FormLayoutNestedExtensionFactory

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

See Also