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