Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ScrollViewerViewChangingEventArgs Class / NextView Property

In This Topic
    NextView Property
    In This Topic
    Gets the view that the C1ScrollViewer will show next.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NextView As C1ScrollViewerView
    public C1ScrollViewerView NextView {get;}
    See Also