ExtensionBase Constructors
Serves as a base class for DevExpress ASP.NET MVC extensions.| Name | Parameters | Description |
|---|---|---|
| ExtensionBase(SettingsBase, ViewContext) | settings, viewContext | Initializes a new instance of the ExtensionBase class with the specified settings and provides the context information about the view. |
| ExtensionBase(SettingsBase) | settings | Initializes a new instance of the ExtensionBase class with the specified settings. |
See Also