RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextViewManager Class / Document Property

In This Topic
    Document Property (C1RichTextViewManager)
    In This Topic
    Gets or sets the C1.WPF.RichTextBox.Documents.C1Document associated with this C1RichTextViewManager.
    Syntax
    'Declaration
     
    
    Public Property Document As C1Document
    public C1Document Document {get; set;}
    See Also