Syntax
Returns the dock location and key, if one was specified. Syntax Return Value A string consisting of the DockedLocation and Infragistics.Shared.KeyedSubObjectBase.Key.
Initializes a new instance of the DockAreaPane class. Syntax Parameters location The location of the dock area pane Example The following code creates several DockableControlPanes to contain controls on the form and then create the DockAreaPane instances to contain them.
Initializes a serialized DockAreaPane. Syntax Parameters location Docked location of the paneinternalId Id for the pane
Initializes a new instance of the DockAreaPane class with the specified key. Syntax Parameters location Docked Location of the panekey Key of the new pane. Example The following code demonstrates how to create nested groups of panes.