EditorExtension Constructors
Represents a base class for Data Editors Extensions.| Name | Parameters | Description |
|---|---|---|
| EditorExtension(EditorSettings, ViewContext) | settings, viewContext | Initializes a new instance of the EditorExtension class with the specified settings and provides the context information about the view. |
| EditorExtension(EditorSettings) | settings | Initializes a new instance of the EditorExtension class with the specified settings. |
See Also