Class DocumentViewManager
Inheritance
System.Object
DocumentViewManager
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Documents.dll
Syntax
[Obsolete("This class has been deprecated.")]
public class DocumentViewManager : DependencyObject
Constructors
DocumentViewManager()
Declaration
public DocumentViewManager()
Fields
DocumentProperty
Declaration
public static readonly DependencyProperty DocumentProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CurrentEditingStyle
Document
KeyboardSelectionHandler
Declaration
public KeyboardSelectionHandler KeyboardSelectionHandler { get; }
Property Value
KeyboardSelectionHandler
|
MouseSelectionHandler
Declaration
public MouseSelectionHandler MouseSelectionHandler { get; }
Property Value
MouseSelectionHandler
|
UIRegistry
Methods
OnDocumentChanged(RadDocument)
OnDocumentChanging(RadDocument)
Events
DocumentChanged
Declaration
public event EventHandler<DocumentChangedEventArgs> DocumentChanged
Event Type
System.EventHandler<DocumentChangedEventArgs>
|
DocumentChanging
Declaration
public event EventHandler<DocumentChangedEventArgs> DocumentChanging
Event Type
System.EventHandler<DocumentChangedEventArgs>
|