Back to Devexpress

GridLookupSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-ae8cacf7.md

latest2.2 KB
Original Source

GridLookupSettings Class

Contains the GridLookup extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class GridLookupSettings :
    EditorSettings
vb
Public Class GridLookupSettings
    Inherits 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

Object SettingsBase EditorSettings GridLookupSettings

See Also

GridLookupSettings Members

GridLookup

GridLookupExtension

DevExpress.Web.Mvc Namespace