DevExpress.Xpf.Scheduling.Visual Namespace
Contains WPF Scheduler windows and dialogs. To use these classes in XAML code, add the xmlns:dxsch=”http://schemas.devexpress.com/winfx/2008/xaml/scheduling“ namespace reference.
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Classes
Name | Description |
---|---|
AllDayAppointmentControl | Visualizes an all-day appointment in the Day View, WorkWeek View, and Week View. |
AllDayCellControl | Visualizes all-day cells in the Day View, Work Week View and Week View. |
AppointmentContentPanel | A panel that contains elements displaying appointment data. |
AppointmentControl | A base class for controls that visualize an appointment in a Scheduler view. |
AppointmentControlBase | |
AppointmentDescriptionPresenter | Displays the AppointmentItem.Description text. |
AppointmentHorizontalControl | Base class for an all-day appointment in the Day view and for an appointment in the Month and Timeline views. |
AppointmentImagesPanel | Container for images displayed in the visual appointment. |
AppointmentIntervalSubjectPresenter | Displays the text which is a combination of the SchedulerItemBase.Start, SchedulerItemBase.End and AppointmentItem.Subject values. |
AppointmentLocationPresenter | Displays the AppointmentItem.Location text. |
AppointmentVerticalControl | Base class for a vertical (not all-day) appointment in the Day, Work Week and Week views. |
AppointmentWindow | Default appointment editing dialog, invoked when the end-user creates a new appointment or modifies an existing appointment. |
CellControl | A base class for classes which visualize a time cell in a scheduler view. |
DateHeaderControl | Visualizes a date header in a view. |
DateHeaderPresenter | Applies effects to the text displayed using the FastTextBlock element in the DateHeaderControl. |
DayAppointmentControl | Visualizes a vertical (not all-day) appointment in the Day, Work Week and Week views. |
DayCellControl | Visualizes ordinary (not all-day) cells in the Day View, Work Week View and Week View. |
DeleteOccurrenceWindow | A dialog which is invoked when the end-user attempts to delete a recurrent appointment. |
EditOccurrenceWindow | A dialog which is invoked when the end-user attempts to edit a recurrent appointment. |
FastTextBlock | Displays short text strings. Provides better display performance achieved by rendering text at the glyph level. |
GotoDateWindow | A dialog which is invoked when the end-user attempts to navigate to a certain date and executes the corresponding command. |
HeaderControl | A base class for the date and resource headers. |
MonthAppointmentControl | Visualizes an appointment in the Month view. |
MonthCellControl | Visualizes a Month View cell. |
MonthCellDatePresenter | Displays a date in the MonthCellControl. |
RecurrenceWindow | Default dialog which is invoked when the end-user attempts to edit recurrence information for an appointment by clicking the Recurrence button in the AppointmentWindow dialog or executing the proper UI commands. |
RemindersWindow | A window invoked when the reminder triggers an alert. |
ResourceHeaderControl | A view’s column (or row) heading that indicates a column (or row) belonging to a particular resource. |
ResourceHeaderPresenter | Displays resource caption in the ResourceHeaderControl. |
TimelineAppointmentControl | Visualizes an appointment in the Timeline view. |
TimelineCellControl | Visualizes a cell in the Timeline View. |
TimeMarkerControl | Visualizes the view’s time marker - a pointer displayed in the TimeRuler which indicates current time. |
TimeRulerCellControl | Visualizes a cell in the TimeRuler element of the Day View, WorkWeek View, and Week View views. |
TimeRulerCellHourPresenter | Displays the hour in the time ruler’s cell. |
TimeRulerCellMinutePresenter | Displays the minutes in the time ruler’s cell. |
TimeRulerCellPresenter | Displays the time ruler’s cell content. |
TimeRulerHeaderControl | Visualizes the TimeRuler‘s header and displays the timeruler caption. |
TimeRulerWindow | A dialog which is invoked when the end-user executes the Customize Time Ruler command in the timeruler’s context menu. |
Enums
Name | Description |
---|---|
HeaderContentOrientation | Defines the orientations that a header can have. |
TrimmingMode | Lists how the visible text is trimmed when it does not fit the available space. |