Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml 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)
    public List<int> Indexes {get; set;}
    See Also