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

GridLookupSettings Class

Contains the GridLookup extension settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class GridLookupSettings :
    EditorSettings

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