RadControls for WPF

Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents (in Telerik.Windows.Documents.dll) Version: 2013.1.403.40

Syntax

C#
public abstract class DocumentPresenterBase : ContentControl, 
	IDocumentEditorPresenter
Visual Basic
Public MustInherit Class DocumentPresenterBase _
	Inherits ContentControl _
	Implements IDocumentEditorPresenter

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Documents.UI..::..DocumentPresenterBase
                  Telerik.Windows.Documents.UI..::..DocumentPrintLayoutPresenter
                  Telerik.Windows.Documents.UI..::..DocumentWebLayoutPresenter

See Also