menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SyncfusionBlazorService - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SyncfusionBlazorService

    Represents an instance of Syncfusion Blazor service.

    Inheritance
    System.Object
    SyncfusionBlazorService
    Implements
    System.IDisposable
    Namespace: Syncfusion.Blazor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SyncfusionBlazorService : Object, IDisposable

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    EnableRipple(Boolean)

    Enable ripple effect to the Syncfusion Blazor components for material design theme.

    Declaration
    public void EnableRipple(bool enable = true)
    Parameters
    Type Name Description
    System.Boolean enable

    Set false to disable ripple effect.

    EnableRtl(Boolean)

    Enable right-to-left text direction to the Syncfusion Blazor components.

    Declaration
    public void EnableRtl(bool enable = true)
    Parameters
    Type Name Description
    System.Boolean enable

    Set false to disable right-to-left text direction.

    IsDevice()

    Returns true when the application is running on a mobile or IPad device. This method should be called only in the OnAfterRenderAsync life cycle method.

    Declaration
    public ValueTask<bool> IsDevice()
    Returns
    Type Description
    System.Threading.Tasks.ValueTask<System.Boolean>

    Returns true, if the application rendering in mobile or IPad devices.

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved