alexa
menu

Blazor Toolkit

    Show / Hide Table of Contents

    Class SyncfusionBlazorToolkitService

    Represents an instance of Syncfusion Blazor Toolkit service.

    Inheritance
    System.Object
    SyncfusionBlazorToolkitService
    Namespace: Syncfusion.Blazor.Toolkit
    Assembly: Syncfusion.Blazor.Toolkit.dll
    Syntax
    public class SyncfusionBlazorToolkitService : Object

    Constructors

    SyncfusionBlazorToolkitService(IOptions<GlobalOptions>)

    Represents an instance of Syncfusion Blazor Toolkit service.

    Declaration
    public SyncfusionBlazorToolkitService(IOptions<GlobalOptions> configure)
    Parameters
    Type Name Description
    Microsoft.Extensions.Options.IOptions<GlobalOptions> configure

    Methods

    EnableRtl(Boolean)

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

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

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

    IsAnimationEnabled()

    Determines whether animation is enabled based on global settings.

    Declaration
    public bool IsAnimationEnabled()
    Returns
    Type Description
    System.Boolean

    true if animation is enabled; otherwise, false.

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