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