GridExtensionBase Constructors
A base for the CardViewExtension and GridViewExtension objects.| Name | Parameters | Description |
|---|---|---|
| GridExtensionBase(GridSettingsBase, ViewContext) | settings, viewContext | Initializes a new instance of the GridExtensionBase class with the specified settings and provides the context information about the view. |
| GridExtensionBase(GridSettingsBase) | settings | Initializes a new instance of the GridExtensionBase class with the specified settings. |
See Also