Class GlobalOptions
A class that provides options to configure global settings for Syncfusion Blazor ToolKit components.
Inheritance
System.Object
GlobalOptions
Namespace: Syncfusion.Blazor.Toolkit
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public class GlobalOptions : Object
Constructors
GlobalOptions()
Declaration
public GlobalOptions()
Properties
Animation
Gets or sets global options to control animation behaviors for animation supported Blazor Toolkit components.
Declaration
public GlobalAnimationMode Animation { get; set; }
Property Value
| Type | Description |
|---|---|
| GlobalAnimationMode | Default, if the animation works in all the Blazor Toolkit components based on its animation property value. Enable/Disable, to control the animation in all the Blazor Toolkit components. The default value is 'Default'. |
EnableRtl
Specifies whether the right-to-left (RTL) mode enabled for supported components.
Declaration
public bool EnableRtl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | true, if the RTL mode enabled for supported components. The default value is false. |