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