$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
Scheduler control for Windows Forms
Create rich Outlook style functionality and add rich scheduling interfaces to C# Windows application
Home > WinForms UI Controls > User Manual > DataSource Property for Scheduler in C#

DataSource Property for KetticScheduler Data Binding in C#.NET

KetticScheduler control supports data binding to objects of SchedulerDataSource C# class through the DataSource property of it. Meanwhile, this SchedulerdataSource of the class is able to implement the SchedulerBindingDataSource to bind the component to business objects and database tables. The SchedulerBindingDataSource is a component that is included in the Toolbox in the Windows Forms project.

Properties and Methods of SchedulerBindingDataSource C# Class

The SchedulerBindingDataSource C# class contains two properties, EventProvider and ResourceProvider, for corresponding to the provider instances, EventBindingProvider and ResourceBindingProvider.
  • EventBindingProvider, this class is used to handle CRUD operations against an events data store and nest types to the SchedulerBindingDataSource class
  • ResourceBindingProvider, this class is used to handle the same operations against a resources data store and nest types to the SchedulerBindingDataSource class.
  • Mapping, this property is used to map the custom properties by using an instance to implement IMappingInfo interface.
  • AppointmentMappingInfo, this object contains a series of string properties pointing to all appointment related data like start date or time, end date or time, a description, and more.
  • ResourceMappingInfo, this object provides the Name and Image that defines the mappings linking the expected information to columns in a database table or business object.
  • ResourceBindingProvider, this class is used to handle the same operations against a resources data store and nest types to the SchedulerBindingDataSource class.
  • BindingProviderBase<T>, it is used to aid the process of creating scheduler data sources
  • ISchedulerProvider<IResource>, this method is able to return the base type implementations of the ResourceProvider
  • ISchedulerProvider<IEvent> , this method is able to return the base type implementations of the EventProvider
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls