Back to Devexpress

DevExpress.Xpf.Scheduling.Visual Namespace

wpf-devexpress-dot-xpf-dot-scheduling-d737d061.md

latest9.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Classes

NameDescription
AllDayAppointmentControlVisualizes an all-day appointment in the Day View, WorkWeek View, and Week View.
AllDayCellControlVisualizes all-day cells in the Day View, Work Week View and Week View.
AppointmentContentPanelA panel that contains elements displaying appointment data.
AppointmentControlA base class for controls that visualize an appointment in a Scheduler view.
AppointmentControlBase
AppointmentDescriptionPresenterDisplays the AppointmentItem.Description text.
AppointmentHorizontalControlBase class for an all-day appointment in the Day view and for an appointment in the Month and Timeline views.
AppointmentImagesPanelContainer for images displayed in the visual appointment.
AppointmentIntervalSubjectPresenterDisplays the text which is a combination of the SchedulerItemBase.Start, SchedulerItemBase.End and AppointmentItem.Subject values.
AppointmentLocationPresenterDisplays the AppointmentItem.Location text.
AppointmentVerticalControlBase class for a vertical (not all-day) appointment in the Day, Work Week and Week views.
AppointmentWindowDefault appointment editing dialog, invoked when the end-user creates a new appointment or modifies an existing appointment.
CellControlA base class for classes which visualize a time cell in a scheduler view.
DateHeaderControlVisualizes a date header in a view.
DateHeaderPresenterApplies effects to the text displayed using the FastTextBlock element in the DateHeaderControl.
DayAppointmentControlVisualizes a vertical (not all-day) appointment in the Day, Work Week and Week views.
DayCellControlVisualizes ordinary (not all-day) cells in the Day View, Work Week View and Week View.
DeleteOccurrenceWindowA dialog which is invoked when the end-user attempts to delete a recurrent appointment.
EditOccurrenceWindowA dialog which is invoked when the end-user attempts to edit a recurrent appointment.
FastTextBlockDisplays short text strings. Provides better display performance achieved by rendering text at the glyph level.
GotoDateWindowA dialog which is invoked when the end-user attempts to navigate to a certain date and executes the corresponding command.
HeaderControlA base class for the date and resource headers.
MonthAppointmentControlVisualizes an appointment in the Month view.
MonthCellControlVisualizes a Month View cell.
MonthCellDatePresenterDisplays a date in the MonthCellControl.
RecurrenceWindowDefault 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.
RemindersWindowA window invoked when the reminder triggers an alert.
ResourceHeaderControlA view’s column (or row) heading that indicates a column (or row) belonging to a particular resource.
ResourceHeaderPresenterDisplays resource caption in the ResourceHeaderControl.
TimelineAppointmentControlVisualizes an appointment in the Timeline view.
TimelineCellControlVisualizes a cell in the Timeline View.
TimeMarkerControlVisualizes the view’s time marker - a pointer displayed in the TimeRuler which indicates current time.
TimeRulerCellControlVisualizes a cell in the TimeRuler element of the Day View, WorkWeek View, and Week View views.
TimeRulerCellHourPresenterDisplays the hour in the time ruler’s cell.
TimeRulerCellMinutePresenterDisplays the minutes in the time ruler’s cell.
TimeRulerCellPresenterDisplays the time ruler’s cell content.
TimeRulerHeaderControlVisualizes the TimeRuler‘s header and displays the timeruler caption.
TimeRulerWindowA dialog which is invoked when the end-user executes the Customize Time Ruler command in the timeruler’s context menu.

Enums

NameDescription
HeaderContentOrientationDefines the orientations that a header can have.
TrimmingModeLists how the visible text is trimmed when it does not fit the available space.