Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ScrollViewer Class / IsInServer Property

In This Topic
    IsInServer Property
    In This Topic
    Gets whether the component is running on the server.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsInServer As Boolean
    public bool IsInServer {get;}
    See Also