alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SyncfusionBlazorService

    Represents an instance of Syncfusion Blazor service.

    Inheritance
    object
    SyncfusionBlazorService
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SyncfusionBlazorService : IDisposable

    Methods

    EnableRipple(bool)

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

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

    Set false to disable ripple effect.

    EnableRtl(bool)

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

    Declaration
    public void EnableRtl(bool enable = true)
    Parameters
    Type Name Description
    bool 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
    ValueTask<bool>

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

    Implements

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