menu

UWP

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

    Show / Hide Table of Contents

    Class AppointmentEndResizingEventArgs

    Provides data for a AppointmentEndResizing event.Specifies the properties to resize appointent objects in the view.

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

    Constructors

    AppointmentEndResizingEventArgs()

    Declaration
    public AppointmentEndResizingEventArgs()

    Properties

    Appointment

    Specifies the appointment object resized in the view.

    Declaration
    public object Appointment { get; }
    Property Value
    Type
    System.Object

    From

    Provides date time of the appointment object from which it is resized.

    Declaration
    public DateTime From { get; }
    Property Value
    Type
    System.DateTime

    ResizeType

    Specifies whether the resize of appointment object done at start time or end time.

    Declaration
    public ResizeType ResizeType { get; }
    Property Value
    Type
    ResizeType

    To

    Provides date time of the appointment object up to which it is resized.

    Declaration
    public DateTime To { get; set; }
    Property Value
    Type
    System.DateTime

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved