Skip to main content
All docs
V19.1

Smart Tag Panel - Scheduler Control

  • 4 minutes to read

To display a smart tag panel, select the Scheduler Control and click the smart tag icon in the top-right of the control (SmartTags1.png - looks like a right arrow).

Scheduler Control - Unbound Mode

SmartTags_SchedulerControl_nodata

The smart tag panel contains the following shortcuts to common actions.

Item Description
Create Sample Database Provides you with a script for creating a sample database on the MS SQL Server. The script is listed in the Microsoft SQL Server document.
Scheduler Storage Assigns the selected SchedulerStorage to the SchedulerControl.Storage property.
Appointments Data Source Assigns a selected Data Source to the PersistentObjectStorage<T>.DataSource property of the SchedulerControl.Storage.Appointments object.
Appointments Data Member Should be specified if required by the data source. This field is usually left blank. It is a particular element within the data source that supplies the actual data for binding.
Mappings Wizard Invokes the Mapping Wizard to guide you in specifying mappings for appointments.
Check Mappings Performs a mappings validity check.
Resources Data Source Assigns the selected Data Source to the PersistentObjectStorage<T>.DataSource property of the SchedulerControl.Storage.Resources object.
Resources Data Member Should be specified if required by the data source, usually this field is left blank. It is a particular element within the data source that supplies the actual data for binding.
Mappings Wizard Invokes the Mapping Wizard to guide you in specifying mappings for resources.
Check Mappings Performs a mappings validity check.
AppointmentDependencies Data Source Assigns the selected Data Source to the PersistentObjectStorage<T>.DataSource property of the SchedulerControl.Storage.AppointmentDependencies object.
Menu Manager Assigns the selected Menu Manager to the SchedulerControl.MenuManager property.
Tooltip Controller Assigns the selected ToolTipController to the SchedulerControl.ToolTipController property.
Enable DayView Sets the SchedulerViewBase.Enabled property value for the SchedulerControl.Views.DayView object.
Enable WorkWeekView Sets the SchedulerViewBase.Enabled property value for the SchedulerControl.Views.WorkWeekView object.
Enable WeekView Sets the SchedulerViewBase.Enabled property value for the SchedulerControl.Views.WeekView object.
Enable MonthView Sets the SchedulerViewBase.Enabled property value for the SchedulerControl.Views.MonthView object.
Enable TimelineView Sets the SchedulerViewBase.Enabled property value for the SchedulerControl.Views.TimelineView object.
Enable GanttView Sets the SchedulerViewBase.Enabled property value for the SchedulerControl.Views.GanttView object.
Create Ribbon Adds RibbonControl onto the form. This is required to provide a Ribbon UI for the scheduler. After a Ribbon Control object has been created, a set of Create Bars items will be available on the top of the smart tag panel.
Create BarManager Adds BarManager onto the form. This is required to provide a Bar UI for scheduler. After a Bar Manager object has been created, a set of Create Bars items will be available on the top of the smart tag panel.
Create Custom Appointment Form Invokes the Custom Form Assistant to let you select an appointment editing form template and add it to the project.
About Invokes the About dialog box, which contains general information about Developer Express Inc. and the XtraScheduler suite.
Get Support If an Internet connection is available, navigates to the XtraScheduler section of the Support Center.

Create Bars items are included in the SchedulerControl’s smart tag panel after a Ribbon Control or Bar Manager object has been created (for example, via the toolbox or smart tag panel). Clicking these items automatically adds corresponding Ribbon pages or toolbars onto a form.

SchedulerControl_SmartTag_CreateBarsItems

Scheduler Control - Data Bound Mode

When the control is bound to data, the Create Sample Database smart tag is hidden, and the data-specific smart tags becomes visible.

SmartTags_SchedulerControl

Item Description
Appointments Data Member Should be specified if required by the data source. Usually, this field is left blank. It is a particular element within the data source that supplies the actual data for binding.
Mappings Wizard Invokes the Mapping Wizard to guide you in specifying mappings for appointments.
Check Mappings Performs a mappings validity check.
Resources Data Member Should be specified if required by the data source, usually this field is left blank. It is a particular element within the data source that supplies the actual data for binding.
Mappings Wizard Invokes the Mapping Wizard to guide you in specifying mappings for resources.
Check Mappings Performs a mappings validity check.