ExtensionsFactory.GridLookup(GridLookupSettings) Method
In This Article
Creates a GridLookup.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public GridLookupExtension GridLookup(
GridLookupSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Grid |
A Grid |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
See Also