menu

WPF

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

    Show / Hide Table of Contents

    Enum ResizeAction

    Specifies the actions of resizing event.

    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public enum ResizeAction

    Fields

    Name Description
    Cancelling

    Denotes the event occurred before cancelling the resize operation when user press Esc key when resizing operation in progress.

    Committing

    Denotes event occurred when user ends the resizing by releasing pointer to commit the changed to underlying appointment.

    Progressing

    Denotes event occurred when user resizing an appointment.

    Starting

    Denotes event occurred when user mouse over the appointment to resize an appointment (before showing resize cursor).

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