menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SchedulerCommands - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SchedulerCommands

    Provides a standard set of commands related to SfScheduler which can be used in AppointmentContextMenu and CellContextMenu.

    Inheritance
    System.Object
    SchedulerCommands
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public static class SchedulerCommands
    Remarks

    The SchedulerCommands class contains the commands mostly needed by developers using SfScheduler. The commands represents the instance of the System.Windows.Input.RoutedCommand and the built-in implementation logic for the commands are provided in scheduler.

    Fields

    Add

    Gets the values that represents the add command for SfScheduler where scheduler provides implementation logic to open new appointment editor to add new appointment.

    Declaration
    public static RoutedUICommand Add
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Delete

    Gets the values that represents the delete command for SfScheduler where scheduler provides implementation logic to delete the appointment.

    Declaration
    public static RoutedUICommand Delete
    Field Value
    Type
    System.Windows.Input.RoutedUICommand
    Remarks

    When deleting recurring appointment, a dialog is displayed to user to choose whether to delete the series and single occurrence.

    Edit

    Gets the values that represents the edit command for SfScheduler where scheduler provides implementation logic to open appointment editor to edit the appointment.

    Declaration
    public static RoutedUICommand Edit
    Field Value
    Type
    System.Windows.Input.RoutedUICommand
    Remarks

    When editing recurring appointment, a dialog is displayed to user to choose whether to edit the series and single occurrence.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved