GridLookupExtension Constructors
Represents an extension object implementing the GridLookup functionality.| Name | Parameters | Description |
|---|---|---|
| GridLookupExtension(GridLookupSettings, ViewContext, ModelMetadata) | settings, viewContext, metadata | Initializes a new instance of the GridLookupExtension class with the specified settings and provides the context information about the view. |
| GridLookupExtension(GridLookupSettings, ViewContext) | settings, viewContext | Initializes a new instance of the GridLookupExtension class with the specified settings and provides the context information about the view. |
| GridLookupExtension(GridLookupSettings) | settings | Initializes a new instance of the GridLookupExtension class with the specified settings. |
See Also