The following properties are used to manage a Scheduler control through programming.
| |
StartDate | The StartDate property is used to determine and change the start date of the selected time period:- in a Calendar control.
- in an Organizer control.
- in a Scheduler control.
|
EndDate | The EndDate property is used to get and change the selected time period end date: - in a Calendar control,
- in an Organizer control.
- in a Scheduler control.
|
MovementAPT | The MovementAPT property allows you to know and specify whether users can move appointments in a Scheduler or Organizer control. |
GranularityMovement | The GranularityMovement property is used to get and change the size of the grid to move: - appointments in an Organizer control.
- appointments in a Scheduler control.
- events in a TimeLine control.
- tasks in a Gantt Chart column.
|
GranularityDuration | The GranularityDuration property is used to get and change the size of the grid to resize:- appointments in an Organizer control.
- appointments in a Scheduler control.
- events in a TimeLine control.
- tasks in a Gantt Chart column.
|
GranularityAppointment | The GranularityAppointment gets and changes the precision of the grid used to define appointments in Organizer or Scheduler controls.
Property kept for backward compatibility. |
DayHeight | The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns. |
ResourceHeight | The ResourceHeight property is used to get and change the height of resources in a Scheduler control where resources are arranged in rows. |
DayBreakHeight | The DayBreakHeight property is used to get and change the height of breaks between days in a Scheduler control where days are arranged in rows, and resources are arranged in columns. |
WorkingHourStart | The WorkingHourStart property is used to get and change the start time of working hours used: - by an Organizer control.
- by a Scheduler control.
- by a Gantt Chart column (in a Table or TreeView Table control).
|
WorkingHourEnd | The WorkingHourEnd property is used to identify and change the end time of working hours used:- by an Organizer control.
- by a Scheduler control.
- by a Gantt Chart column (in a Table or TreeView Table control).
|
DayWidth | The DayWidth property is used to determine and change the width of days: - in a Scheduler control where the days are displayed in column and the resources in rows.
- in a Gantt Chart column.
|
ResourceWidth | The ResourceWidth property is used to get and change the width of resources in a Scheduler control where resources are arranged in columns. |
MaskTitleDate | The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls |
NbDayDisplayed | The NbDayDisplayed property is used to: - get and change the number of days displayed in an Organizer or Scheduler control.
- get the number of days displayed in a Gantt Chart control in a report.
|
Num1stDayOfTheWeek | Num1stDayOfTheWeek is used to find out and modify the 1st day of the week displayed in:- a Calendar control.
- an Organizer control.
- a Scheduler control.
- an edit control in Date format with Calendar.
|
Resource | The Resource property is used to: - find out the resources visible in a Scheduler control.
- find out the resource of the Scheduler control that corresponds to the specified index.
|
SelectedResource | The SelectedResource property returns the name of the resource that corresponds to the user's selection in a Scheduler control. |
DirectInputAPT | The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control. |
PeriodSelection | The PeriodSelection property is used to determine and specify if the user can select a time period in an Scheduler or Organizer control. |