Class
RadSchedulerCommands

All commands that the SchedulerBase exposes.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadSchedulerCommands

Inheritance: objectRadSchedulerCommands

Constructors

RadSchedulerCommands()

Declaration

cs-api-definition
public RadSchedulerCommands()

Properties

BeginEditAppointment

Gets value that represents the begin edit appointment command.

Declaration

cs-api-definition
public static ICommand BeginEditAppointment { get; }

Property Value

ICommand

The save appointment command.

BeginInlineEditing

Gets value that represents the begin inline editing appointment command.

Declaration

cs-api-definition
public static ICommand BeginInlineEditing { get; }

Property Value

ICommand

The save appointment command.

CancelEditAppointment

Gets value that represents the CancelEditAppointment command.

Declaration

cs-api-definition
public static ICommand CancelEditAppointment { get; }

Property Value

ICommand

RoutedCommand that cancel editing of Appointment.

ChangeRecurrenceState

Gets the state of the change recurrence.

Declaration

cs-api-definition
public static ICommand ChangeRecurrenceState { get; }

Property Value

ICommand

The state of the change recurrence.

ChangeTimePickersVisibility

Gets the state of the change recurrence.

Declaration

cs-api-definition
public static ICommand ChangeTimePickersVisibility { get; }

Property Value

ICommand

The state of the change recurrence.

CommitEditAppointment

Gets value that represents the commit edit appointment command.

Declaration

cs-api-definition
public static ICommand CommitEditAppointment { get; }

Property Value

ICommand

The save appointment command.

CreateAppointment

Gets value that represents the create appointment command.

Declaration

cs-api-definition
public static ICommand CreateAppointment { get; }

Property Value

ICommand

The create appointment command.

CreateAppointmentWithDialog

Gets the create appointment.

Declaration

cs-api-definition
public static ICommand CreateAppointmentWithDialog { get; }

Property Value

ICommand

The create appointment.

CreateInlineAppointment

Gets the create inline appointment.

Declaration

cs-api-definition
public static ICommand CreateInlineAppointment { get; }

Property Value

ICommand

The create inline appointment.

DecreaseVisibleDateLarge

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

Declaration

cs-api-definition
public static ICommand DecreaseVisibleDateLarge { get; }

Property Value

ICommand

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

cs-api-definition
public static ICommand DecreaseVisibleDateSmall { get; }

Property Value

ICommand

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

cs-api-definition
public static ICommand DeleteAppointment { get; }

Property Value

ICommand

The delete appointment command.

DeleteRecurrenceRule

Gets value that represents the delete recurrence command.

Declaration

cs-api-definition
public static ICommand DeleteRecurrenceRule { get; }

Property Value

ICommand

The delete recurrence command.

EditAppointment

Gets value that represents the edit appointment command.

Declaration

cs-api-definition
public static ICommand EditAppointment { get; }

Property Value

ICommand

The edit appointment command.

EditParentAppointment

Gets value that represents the edit recurrence rule command.

Declaration

cs-api-definition
public static ICommand EditParentAppointment { get; }

Property Value

ICommand

The edit recurrence rule command.

EditRecurrenceRule

Gets value that represents the edit recurrence command.

Declaration

cs-api-definition
public static ICommand EditRecurrenceRule { get; }

Property Value

ICommand

The edit recurrence command.

GoToNextAppointment

Gets value that represents the navigation to next appointment command.

Declaration

cs-api-definition
public static ICommand GoToNextAppointment { get; }

Property Value

ICommand

GoToPreviousAppointment

Gets value that represents the navigation to previous appointment command.

Declaration

cs-api-definition
public static ICommand GoToPreviousAppointment { get; }

Property Value

ICommand

IncreaseVisibleDateLarge

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

Declaration

cs-api-definition
public static ICommand IncreaseVisibleDateLarge { get; }

Property Value

ICommand

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

cs-api-definition
public static ICommand IncreaseVisibleDateSmall { get; }

Property Value

ICommand

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

cs-api-definition
public static ICommand RestoreOriginalOccurrence { get; }

Property Value

ICommand

The create appointment command.

SaveRecurrenceRule

Gets value that represents the save recurrence command.

Declaration

cs-api-definition
public static ICommand SaveRecurrenceRule { get; }

Property Value

ICommand

The save recurrence command.

SetAgendaViewMode

Gets value that represents the set agenda view mode command.

Declaration

cs-api-definition
public static ICommand SetAgendaViewMode { get; }

Property Value

ICommand

RoutedCommand that sets the ActiveViewDefinition to AgendaViewDefinition.

SetAppointmentImportance

Gets the set appointment importance.

Declaration

cs-api-definition
public static ICommand SetAppointmentImportance { get; }

Property Value

ICommand

The set appointment importance.

SetDayViewMode

Gets value that represents the set day view mode command.

Declaration

cs-api-definition
public static ICommand SetDayViewMode { get; }

Property Value

ICommand

RoutedCommand that sets the ActiveViewDefinition to DayViewDefinition.

SetMonthViewMode

Gets value that represents the set month view mode command.

Declaration

cs-api-definition
public static ICommand SetMonthViewMode { get; }

Property Value

ICommand

RoutedCommand that sets the ActiveViewDefinition to MonthViewDefinition.

SetTimelineViewMode

Gets value that represents the set timeline view mode command.

Declaration

cs-api-definition
public static ICommand SetTimelineViewMode { get; }

Property Value

ICommand

RoutedCommand that sets the ActiveViewDefinition to TimelineViewDefinition.

SetToday

Gets value that represents the SetToday command.

Declaration

cs-api-definition
public static ICommand SetToday { get; }

Property Value

ICommand

RoutedCommand that sets the CurrentDate of RadScheduler to today.

SetWeekViewMode

Gets value that represents the set week view mode command.

Declaration

cs-api-definition
public static ICommand SetWeekViewMode { get; }

Property Value

ICommand

RoutedCommand that sets the ActiveViewDefinition to WeekViewDefinition.