Main Features
- 5 minutes to read
DXScheduler for Silverlight is the planner in the Silverlight controls suite that provides maximum capabilities for introducing the scheduling/calendar functionality to your planner applications with minimal effort.
Below is a brief list of features and benefits available to you in the DXScheduler Suite for Silverlight.
Built-In Views - Day View, Work Week View, Week View, Month View (Multi-Week View), Timeline View. Read more...
Date Navigator - Enables end-users to navigate through dates in the scheduler. Each date selection in the date navigator automatically switches scheduler views to the most appropriate display type to show the selected date or date range. Read more...
Data Binding
- Binding to a database - The scheduler can store its data in a database, so that any other data-aware control can access its data. Read more...
- Binding to an object data source that provides the IBindingList interface - The scheduler can store and retrieve data from a list of business objects.
- Unbound data - If you do not need to store your data in a database, you can load the scheduler's data in a XML format.
- Binding custom fields to an appointment - Default data fields used to manage appointments are not all the data an appointment can hold. You can specify as many fields as required. If you specify custom fields, you can allow your end-users to modify field values via custom dialogs or initialize these fields in code. With this approach, you do not have to create any additional data storage to maintain extended data for individual appointments. Read more...
Appointment Features
- Status representation - Four different time display options for the Day and Work-Week views. Read more...
- Label representation - Eleven appointment color types to indicate an appointment's type/importance. Read more...
- Resources - An appointment can be assigned to one or multiple resources. Read more...
- Recurrence - Recurring appointments are an important part of any scheduling application. We provide you with a comprehensive toolset for handling recurrent appointments, series and exceptions. Read more...
- Reminders - One or several reminders can be associated with an appointment. Read more...
- Conflict checking - The scheduler can indicate appointment conflicts. Conflicts may arise when appointments share the same time or the same resource. The scheduler can resolve them by firing a specific event to allow a decision, and by prohibiting or allowing conflicts. Read more...
- Filtering - Appointments can be filtered using complex criteria. Read more...
- Show time as clock - Appointment start and end times can be shown as digital or analog clocks.
- Start and End time suppression - Optional suppression of the start and end times of appointments.
Resource Features
- Group by date - Appointments can be grouped by dates. Read more...
- Group by resource - Appointments can be grouped by associated resources. Read more...
- Resource images - A picture can be associated with a resource, so that it will be shown in the resource header.
- Resource coloring - You can specify a color schema to paint the time cell area associated with a specific resource.
- Resource filtering - It is possible to filter resources according to some conditions. Read more...
- Resource navigation - To allow end-users to scroll between resources, an embedded resource navigator is available. Read more...
- Resource sharing - Multiple resources can be assigned to one appointment. This appointment will be displayed in time cells corresponding to all associated resources.
Customization
- Element customization using Silverlight templates - The content of scheduler elements - appointments, headers, time cells etc., - can be fully customized using templates. Read more...
- Multiple built-in skins/themes. Read more...
- Localization (adapting to different languages) - The scheduler displays text strings in dialogs and captions that can be modified or substituted with corresponding translations.
- Set of native controls - There is also a set of editors shipped with DXScheduler - AppointmentResourceEdit, TimeZoneEdit, multiple recurrence controls, e.g., WeeklyRecurrenceControl, etc. So you can easily create custom forms using native DXScheduler edit controls. Read more...
- Custom in-place editor - You can implement a custom form and use this form as an in-place editor for appointments. This means that end-users will see your custom form instead of a simple subject editor. Read more...
- Custom appointment editing form - You can implement a custom form and use this form instead of the default editing dialog for appointments. Read more...
Bars and Ribbon UI - Using DXBars and DXRibbon controls, you can provide end-users with the functionality for switching views, view navigation and grouping scheduler data via Bars or Ribbon UI. Read more...
iCalendar Support - The scheduler simplifies information transmission between different platforms by implementing iCalendar RFC 2445 standard support. This format allows you to exchange scheduling data between your application and the following calendars - Apple iCal, Lotus Notes, Google Calendar, Novell GroupWise, and Windows Calendar. Read more...
Time Zone Support
End-User Capabilities
- Resizing and moving appointments - The scheduler provides an easy-to-use appointments arrangement mechanism, with full support for resizing and moving appointments.
- Built-in popup menus - The scheduler implements a number of built-in context menus. All these menus are controlled by the scheduler's properties, which allow you to disable particular items or substitute a menu with your own. You can also customize these menus as required. Read more...
- Built-in dialogs - Our scheduler control brings a complete UI into your application, since we have integrated all the dialogs needed by end-users to navigate and edit their calendars. You can also customize these dialogs as required.
- Zooming - You can zoom in and out using standard key combinations: CTRL+Add and CTRL+Subtract.
- End-user restrictions - You can easily prevent end-users from editing (copying, deleting, dragging and dropping) an appointment. Additionally, you can intercept these actions taken for a particular appointment, and provide a custom action instead. Read more...