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