Class XmlDockSite
Inheritance
System.Object
XmlDockSite
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class XmlDockSite
Constructors
XmlDockSite()
Declaration
public XmlDockSite()
Fields
Assembly
Declaration
public string Assembly
Field Value
System.String
|
FloatingLocation
Declaration
public string FloatingLocation
Field Value
System.String
|
RootNode
Type
Declaration
public string Type
Field Value
System.String
|
Visible
Declaration
public string Visible
Field Value
System.String
|
Methods
Deserialize(RadDock, RadDockComponentFactory)
Declaration
public List<SplitPanel> Deserialize(RadDock dock, RadDockComponentFactory componentFactory)
Parameters
RadDock
dock
|
RadDockComponentFactory
componentFactory
|
Returns
System.Collections.Generic.List<SplitPanel>
|