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

GridLookupExtension Class

Represents an extension object implementing the GridLookup functionality.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class GridLookupExtension :
    EditorExtension

Remarks

To declare the GridLookup in a View, invoke the ExtensionsFactory.GridLookup helper method. This method returns the GridLookup extension that is implemented by the GridLookupExtension class.

To configure the GridLookup extension, pass the GridLookupSettings object to the ExtensionsFactory.GridLookup helper method as a parameter. The GridLookupSettings object contains all the GridLookup extension settings.

Refer to the GridLookup Overview topic to learn how to add the GridLookup extension to your project.

Inheritance

See Also