Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / ListViewInputEventArgs Class / Range Property

In This Topic
    Range Property (ListViewInputEventArgs)
    In This Topic
    Gets the range related to the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Range As Range(Of Integer)
    public Range<int> Range {get;}
    See Also