GridLookupExtension Class
Represents an extension object implementing the GridLookup functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
Declaration
Related API Members
The following members return GridLookupExtension objects:
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
Object
ExtensionBase
EditorExtension
GridLookupExtension
See Also