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



In This Topic
    Indexes Property
    In This Topic
    The collection of indexes.
    Syntax
    'Declaration
     
    
    Public Property Indexes As List(Of Integer)
    'Usage
     
    
    Dim instance As AutoSearchBufferChangedEventArgs
    Dim value As List(Of Integer)
     
    instance.Indexes = value
     
    value = instance.Indexes
    public List<int> Indexes {get; set;}
    public:
    property List<int>^ Indexes {
       List<int>^ get();
       void set (    List<int>^ value);
    }
    See Also