ClassDocumentHost
Class
This is a placeholder for the document area in the RadDocking.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
cs-api-definition
public class DocumentHost : ContentControl
Inheritance: objectDocumentHost
Constructors
DocumentHost()
Initializes a new instance of the DocumentHost class.
Declaration
cs-api-definition
public DocumentHost()
Methods
AddPane(RadPane)
Adds the pane to the document host.
Declaration
cs-api-definition
public void AddPane(RadPane pane)
Parameters
pane
The pane to add.
AddSplitItem(ISplitItem)
Adds the split item to the document host.
Declaration
cs-api-definition
public void AddSplitItem(ISplitItem itemToAdd)
Parameters
itemToAdd
The item to add.
OnContentChanged(object, object)
Called when the value of the property changes.
OnInitialized(EventArgs)
Raises the event and sets from the active theme.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.