ComponentOne Basic Library for UWP
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 System.Collections.Generic.List(Of Integer)
    public System.Collections.Generic.List<int> Indexes {get; set;}
    See Also