Class ScheduleResourceManager
The Schedule resource manager used to get and set the resource manager for schedule to define the localization values.
Inheritance
System.Object
ScheduleResourceManager
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class ScheduleResourceManager : Object
Constructors
ScheduleResourceManager()
Initializes a new instance of the ScheduleResourceManager class.
Declaration
public ScheduleResourceManager()
Properties
Manager
Gets or sets the resource manager.
Declaration
public static ResourceManager Manager { get; set; }
Property Value
Type | Description |
---|---|
System.Resources.ResourceManager | The resource manager. |