menu

WinUI

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

    Show / Hide Table of Contents

    Class SchedulerCommands

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

    Inheritance
    System.Object
    SchedulerCommands
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.Scheduler.WinUI.dll
    Syntax
    public static class SchedulerCommands : Object
    Remarks

    The SchedulerCommands class contains the commands mostly needed by developers using SfScheduler.

    Properties

    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 DelegateCommand Add { get; }
    Property Value
    Type
    DelegateCommand

    Delete

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

    Declaration
    public static DelegateCommand Delete { get; }
    Property Value
    Type
    DelegateCommand
    Remarks

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

    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 DelegateCommand Edit { get; }
    Property Value
    Type
    DelegateCommand
    Remarks

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

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