New to Telerik UI for WPFStart a free 30-day trial

This is a placeholder for the document area in the RadDocking.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

C#
public class DocumentHost : ContentControl

Inheritance: objectDocumentHost

Constructors

Initializes a new instance of the DocumentHost class.

C#
public DocumentHost()

Methods

Adds the pane to the document host.

C#
public void AddPane(RadPane pane)
Parameters:paneRadPane

The pane to add.

Adds the split item to the document host.

C#
public void AddSplitItem(ISplitItem itemToAdd)
Parameters:itemToAddISplitItem

The item to add.

Called when the value of the property changes.

C#
protected override void OnContentChanged(object oldContent, object newContent)
Parameters:oldContentobject

The old value of the property.

newContentobject

The new value of the property.

Raises the event and sets from the active theme.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Resets the theme.

C#
public void ResetTheme()