Class
DocumentHost

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

RadPane

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

ISplitItem

The item to add.

OnContentChanged(object, object)

Called when the value of the property changes.

Declaration

cs-api-definition
protected override void OnContentChanged(object oldContent, object newContent)

Parameters

oldContent

object

The old value of the property.

newContent

object

The new value of the property.

OnInitialized(EventArgs)

Raises the event and sets from the active theme.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()