alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AppointmentResizeStartEventArgs

    Provides data for the AppointmentResizeStart event.

    Inheritance
    System.Object
    AppointmentResizeStartEventArgs
    Namespace: Syncfusion.Maui.Scheduler
    Assembly: Syncfusion.Maui.Scheduler.dll
    Syntax
    public class AppointmentResizeStartEventArgs : CancelEventArgs

    Constructors

    AppointmentResizeStartEventArgs()

    Declaration
    public AppointmentResizeStartEventArgs()

    Properties

    Appointment

    Gets the appointment that is being resized.

    Declaration
    public SchedulerAppointment Appointment { get; }
    Property Value
    Type
    SchedulerAppointment

    ResizeEdge

    Gets the edge from which the appointment is being resized.

    Declaration
    public Nullable<AppointmentResizeEdge> ResizeEdge { get; }
    Property Value
    Type
    System.Nullable<AppointmentResizeEdge>

    Resource

    Gets the resource associated with the appointment.

    Declaration
    public SchedulerResource Resource { get; }
    Property Value
    Type
    SchedulerResource
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved