menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleCommands

    Describes the commands for Schedule appointments.

    Inheritance
    System.Object
    ScheduleCommands
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public static class ScheduleCommands : Object

    Properties

    AddNewCommand

    Defines a command to add schedule appointment.

    Declaration
    public static ICommand AddNewCommand { get; }
    Property Value
    Type
    System.Windows.Input.ICommand

    CopyCommand

    Defines a command to copy the selected schedule appointment.

    Declaration
    public static ICommand CopyCommand { get; }
    Property Value
    Type
    System.Windows.Input.ICommand

    DeleteCommand

    Defines a command to delete the selected schedule appointment.

    Declaration
    public static ICommand DeleteCommand { get; }
    Property Value
    Type
    System.Windows.Input.ICommand

    DragAndDropCommand

    Defines a command to drag schedule appointment.

    Declaration
    public static ICommand DragAndDropCommand { get; }
    Property Value
    Type
    System.Windows.Input.ICommand

    EditCommand

    Defines a command to edit the schedule appointment.

    Declaration
    public static ICommand EditCommand { get; }
    Property Value
    Type
    System.Windows.Input.ICommand

    PasteCommand

    Defines a command to paste the copied schedule appointment.

    Declaration
    public static ICommand PasteCommand { get; }
    Property Value
    Type
    System.Windows.Input.ICommand
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved