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

In This Topic
    PresenterInfo Property (C1RichTextViewManager)
    In This Topic
    Gets or sets an object that can be accessed through bindings in each presenter.
    Syntax
    'Declaration
     
    
    Public Property PresenterInfo As Object
    public object PresenterInfo {get; set;}
    See Also