ComponentOne FinancialChart for WPF
C1.WPF Namespace / AutoSearchBufferChangedEventArgs Class / SearchBuffer Property



In This Topic
    SearchBuffer Property
    In This Topic
    Get the value of searching buffer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SearchBuffer As String
    'Usage
     
    
    Dim instance As AutoSearchBufferChangedEventArgs
    Dim value As String
     
    value = instance.SearchBuffer
    public string SearchBuffer {get;}
    public:
    property String^ SearchBuffer {
       String^ get();
    }
    See Also