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

Represents the inerface which all data store implementations must implement.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Type Parameters:

T

Syntax:

C#
public interface ISchedulerStorage<T> : IEnumerable

Derived Classes: SchedulerAppointmentCollectionSchedulerBackgroundCollectionSchedulerReminderCollectionSchedulerResourceCollectionSchedulerStatusCollection

Inherited Members IEnumerable.GetEnumerator()

Methods

Gets the item with the specified ID.

C#
T GetById(object id)
Parameters:idobject

The ID of the item to get.

Returns:

T

The item with the specified ID.

In this article
DefinitionMethodsGetById(object)
Not finding the help you need?
Contact Support