New to Telerik UI for WinFormsStart a free 30-day trial

Provides access and information for manipulating data stores in a RadScheduler component.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public interface ISchedulerData

Derived Classes: RadSchedulerSnapshotAppointmentsSchedulerData

Properties

Gets the type of grouping.

C#
GroupType GroupType { get; }

Methods

Returns the data store used to persist AppointmentBackgroundInfo instances.

C#
ISchedulerStorage<IAppointmentBackgroundInfo> GetBackgroundStorage()
Returns:

ISchedulerStorage<IAppointmentBackgroundInfo>

data store that contains the AppointmentBackgroundInfo instances.

Returns the data store used to persist event instances.

C#
ISchedulerStorage<IEvent> GetEventStorage()
Returns:

ISchedulerStorage<IEvent>

data store that contains the event instances.

Returns the data store used to persist AppointmentReminderInfo instances.

C#
ISchedulerStorage<IAppointmentReminderInfo> GetReminderStorage()
Returns:

ISchedulerStorage<IAppointmentReminderInfo>

data store that contains the AppointmentReminderInfo instances.

Returns the data store used to persist resource instances.

C#
ISchedulerStorage<IResource> GetResourceStorage()
Returns:

ISchedulerStorage<IResource>

data store that contains the resource instances.

Returns the data store used to persist AppointmentStatusInfo instances.

C#
ISchedulerStorage<IAppointmentStatusInfo> GetStatusStorage()
Returns:

ISchedulerStorage<IAppointmentStatusInfo>

data store that contains the AppointmentStatusInfo instances.