New to Telerik UI for WPFStart a free 30-day trial

All commands that the ScheduleViewBase exposes.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public static class RadScheduleViewCommands

Inheritance: objectRadScheduleViewCommands

Properties

BeginEditAppointment

RoutedUICommand

Gets value that represents the begin edit appointment command.

C#
public static RoutedUICommand BeginEditAppointment { get; }
Property Value:

The save appointment command.

BeginInlineEditing

RoutedUICommand

Gets value that represents the begin inline editing appointment command.

C#
public static RoutedUICommand BeginInlineEditing { get; }
Property Value:

The save appointment command.

CancelEditAppointment

RoutedUICommand

Gets value that represents the CancelEditAppointment command.

C#
public static RoutedUICommand CancelEditAppointment { get; }
Property Value:

RoutedCommand that cancel editing of Appointment.

ChangeRecurrenceState

RoutedUICommand

Gets the state of the change recurrence.

C#
public static RoutedUICommand ChangeRecurrenceState { get; }
Property Value:

The state of the change recurrence.

Gets the state of the change recurrence.

C#
public static RoutedUICommand ChangeTimePickersVisibility { get; }
Property Value:

The state of the change recurrence.

CommitEditAppointment

RoutedUICommand

Gets value that represents the commit edit appointment command.

C#
public static RoutedUICommand CommitEditAppointment { get; }
Property Value:

The save appointment command.

CreateAppointment

RoutedUICommand

Gets value that represents the create appointment command.

C#
public static RoutedUICommand CreateAppointment { get; }
Property Value:

The create appointment command.

Gets the create appointment.

C#
public static RoutedUICommand CreateAppointmentWithDialog { get; }
Property Value:

The create appointment.

Gets the create inline appointment.

C#
public static RoutedUICommand CreateInlineAppointment { get; }
Property Value:

The create inline appointment.

Gets value that represents the small decrease visible date large command.

C#
public static RoutedUICommand DecreaseVisibleDateLarge { get; }
Property Value:

RoutedCommand that decreases the visible date by the same amount as indicated by the LargeChangeInterval property of the active view definition.

Gets value that represents the small decrease visible date small command.

C#
public static RoutedUICommand DecreaseVisibleDateSmall { get; }
Property Value:

RoutedCommand that decreases the visible date by the same amount as indicated by the SmallChangeInterval property of the active view definition.

DeleteAppointment

RoutedUICommand

Gets value that represents the delete appointment command.

C#
public static RoutedUICommand DeleteAppointment { get; }
Property Value:

The delete appointment command.

DeleteRecurrenceRule

RoutedUICommand

Gets value that represents the delete recurrence command.

C#
public static RoutedUICommand DeleteRecurrenceRule { get; }
Property Value:

The delete recurrence command.

EditAppointment

RoutedUICommand

Gets value that represents the edit appointment command.

C#
public static RoutedUICommand EditAppointment { get; }
Property Value:

The edit appointment command.

EditParentAppointment

RoutedUICommand

Gets value that represents the edit recurrence rule command.

C#
public static RoutedUICommand EditParentAppointment { get; }
Property Value:

The edit recurrence rule command.

EditRecurrenceRule

RoutedUICommand

Gets value that represents the edit recurrence command.

C#
public static RoutedUICommand EditRecurrenceRule { get; }
Property Value:

The edit recurrence command.

GoToNextAppointment

RoutedUICommand

Gets value that represents the navigation to next appointment command.

C#
public static RoutedUICommand GoToNextAppointment { get; }

Gets value that represents the navigation to previous appointment command.

C#
public static RoutedUICommand GoToPreviousAppointment { get; }

Gets value that represents the small increase visible date large command.

C#
public static RoutedUICommand IncreaseVisibleDateLarge { get; }
Property Value:

RoutedCommand that increases the visible date by the same amount as indicated by the LargeChangeInterval property of the active view definition.

Gets value that represents the small increase visible date small command.

C#
public static RoutedUICommand IncreaseVisibleDateSmall { get; }
Property Value:

RoutedCommand that increases the visible date by the same amount as indicated by the SmallChangeInterval property of the active view definition.

Gets value that represents the create appointment command.

C#
public static RoutedUICommand RestoreOriginalOccurrence { get; }
Property Value:

The create appointment command.

SaveRecurrenceRule

RoutedUICommand

Gets value that represents the save recurrence command.

C#
public static RoutedUICommand SaveRecurrenceRule { get; }
Property Value:

The save recurrence command.

SetAgendaViewMode

RoutedUICommand

Gets value that represents the set agenda view mode command.

C#
public static RoutedUICommand SetAgendaViewMode { get; }
Property Value:

RoutedCommand that sets the ActiveViewDefinition to AgendaViewDefinition.

Gets the set appointment importance.

C#
public static RoutedUICommand SetAppointmentImportance { get; }
Property Value:

The set appointment importance.

SetDayViewMode

RoutedUICommand

Gets value that represents the set day view mode command.

C#
public static RoutedUICommand SetDayViewMode { get; }
Property Value:

RoutedCommand that sets the ActiveViewDefinition to DayViewDefinition.

SetMonthViewMode

RoutedUICommand

Gets value that represents the set month view mode command.

C#
public static RoutedUICommand SetMonthViewMode { get; }
Property Value:

RoutedCommand that sets the ActiveViewDefinition to MonthViewDefinition.

SetTimelineViewMode

RoutedUICommand

Gets value that represents the set timeline view mode command.

C#
public static RoutedUICommand SetTimelineViewMode { get; }
Property Value:

RoutedCommand that sets the ActiveViewDefinition to TimelineViewDefinition.

SetToday

RoutedUICommand

Gets value that represents the SetToday command.

C#
public static RoutedUICommand SetToday { get; }
Property Value:

RoutedCommand that sets the CurrentDate of RadScheduleView to today.

SetWeekViewMode

RoutedUICommand

Gets value that represents the set week view mode command.

C#
public static RoutedUICommand SetWeekViewMode { get; }
Property Value:

RoutedCommand that sets the ActiveViewDefinition to WeekViewDefinition.