ClassRadSchedulerCommands
All commands that the SchedulerBase exposes.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadSchedulerCommands
Inheritance: objectRadSchedulerCommands
Constructors
RadSchedulerCommands()
Declaration
public RadSchedulerCommands()
Properties
BeginEditAppointment
Gets value that represents the begin edit appointment command.
Declaration
public static ICommand BeginEditAppointment { get; }
Property Value
The save appointment command.
BeginInlineEditing
Gets value that represents the begin inline editing appointment command.
Declaration
public static ICommand BeginInlineEditing { get; }
Property Value
The save appointment command.
CancelEditAppointment
Gets value that represents the CancelEditAppointment command.
Declaration
public static ICommand CancelEditAppointment { get; }
Property Value
RoutedCommand that cancel editing of Appointment.
ChangeRecurrenceState
Gets the state of the change recurrence.
Declaration
public static ICommand ChangeRecurrenceState { get; }
Property Value
The state of the change recurrence.
ChangeTimePickersVisibility
Gets the state of the change recurrence.
Declaration
public static ICommand ChangeTimePickersVisibility { get; }
Property Value
The state of the change recurrence.
CommitEditAppointment
Gets value that represents the commit edit appointment command.
Declaration
public static ICommand CommitEditAppointment { get; }
Property Value
The save appointment command.
CreateAppointment
Gets value that represents the create appointment command.
Declaration
public static ICommand CreateAppointment { get; }
Property Value
The create appointment command.
CreateAppointmentWithDialog
Gets the create appointment.
Declaration
public static ICommand CreateAppointmentWithDialog { get; }
Property Value
The create appointment.
CreateInlineAppointment
Gets the create inline appointment.
Declaration
public static ICommand CreateInlineAppointment { get; }
Property Value
The create inline appointment.
DecreaseVisibleDateLarge
Gets value that represents the small decrease visible date large command.
Declaration
public static ICommand 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.
DecreaseVisibleDateSmall
Gets value that represents the small decrease visible date small command.
Declaration
public static ICommand 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
Gets value that represents the delete appointment command.
Declaration
public static ICommand DeleteAppointment { get; }
Property Value
The delete appointment command.
DeleteRecurrenceRule
Gets value that represents the delete recurrence command.
Declaration
public static ICommand DeleteRecurrenceRule { get; }
Property Value
The delete recurrence command.
EditAppointment
Gets value that represents the edit appointment command.
Declaration
public static ICommand EditAppointment { get; }
Property Value
The edit appointment command.
EditParentAppointment
Gets value that represents the edit recurrence rule command.
Declaration
public static ICommand EditParentAppointment { get; }
Property Value
The edit recurrence rule command.
EditRecurrenceRule
Gets value that represents the edit recurrence command.
Declaration
public static ICommand EditRecurrenceRule { get; }
Property Value
The edit recurrence command.
GoToNextAppointment
Gets value that represents the navigation to next appointment command.
Declaration
public static ICommand GoToNextAppointment { get; }
Property Value
GoToPreviousAppointment
Gets value that represents the navigation to previous appointment command.
Declaration
public static ICommand GoToPreviousAppointment { get; }
Property Value
IncreaseVisibleDateLarge
Gets value that represents the small increase visible date large command.
Declaration
public static ICommand 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.
IncreaseVisibleDateSmall
Gets value that represents the small increase visible date small command.
Declaration
public static ICommand 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.
RestoreOriginalOccurrence
Gets value that represents the create appointment command.
Declaration
public static ICommand RestoreOriginalOccurrence { get; }
Property Value
The create appointment command.
SaveRecurrenceRule
Gets value that represents the save recurrence command.
Declaration
public static ICommand SaveRecurrenceRule { get; }
Property Value
The save recurrence command.
SetAgendaViewMode
Gets value that represents the set agenda view mode command.
Declaration
public static ICommand SetAgendaViewMode { get; }
Property Value
RoutedCommand that sets the ActiveViewDefinition to AgendaViewDefinition.
SetAppointmentImportance
Gets the set appointment importance.
Declaration
public static ICommand SetAppointmentImportance { get; }
Property Value
The set appointment importance.
SetDayViewMode
Gets value that represents the set day view mode command.
Declaration
public static ICommand SetDayViewMode { get; }
Property Value
RoutedCommand that sets the ActiveViewDefinition to DayViewDefinition.
SetMonthViewMode
Gets value that represents the set month view mode command.
Declaration
public static ICommand SetMonthViewMode { get; }
Property Value
RoutedCommand that sets the ActiveViewDefinition to MonthViewDefinition.
SetTimelineViewMode
Gets value that represents the set timeline view mode command.
Declaration
public static ICommand SetTimelineViewMode { get; }
Property Value
RoutedCommand that sets the ActiveViewDefinition to TimelineViewDefinition.
SetToday
Gets value that represents the SetToday command.
Declaration
public static ICommand SetToday { get; }
Property Value
RoutedCommand that sets the CurrentDate of RadScheduler to today.
SetWeekViewMode
Gets value that represents the set week view mode command.
Declaration
public static ICommand SetWeekViewMode { get; }
Property Value
RoutedCommand that sets the ActiveViewDefinition to WeekViewDefinition.