Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1TextSearchManager Class / DocumentSource Property

In This Topic
    DocumentSource Property
    In This Topic
    Gets the C1DocumentSource where this C1TextSearchManager searches a text.
    Syntax
    'Declaration
     
    Public ReadOnly Property DocumentSource As C1DocumentSource
    public C1DocumentSource DocumentSource {get;}
    See Also