WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentResizeController - WPF API Reference | Syncfusion SfScheduler control. ">

    Show / Hide Table of Contents

    Class AppointmentResizeController

    Represents a class that handles the appointment resizing operation in SfScheduler control.

    Inheritance
    System.Object
    AppointmentResizeController
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class AppointmentResizeController

    Constructors

    AppointmentResizeController(SfScheduler)

    Initializes a new instance of the AppointmentResizeController class.

    Declaration
    public AppointmentResizeController(SfScheduler scheduler)
    Parameters
    Type Name Description
    SfScheduler scheduler

    The scheduler.

    Properties

    AllowAutoScroll

    Gets or sets a value indicating whether auto scroll the timeslots when resizing reaches end of view port area.

    Declaration
    public bool AllowAutoScroll { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Set time delay for starting auto scroll when end of view port reached using AutoScrollDelay property.

    AutoScrollDelay

    Gets or sets the auto scrolling time delay to start the auto scroll when end of view port is reached while resizing an appointment.

    Declaration
    public TimeSpan AutoScrollDelay { get; set; }
    Property Value
    Type Description
    System.TimeSpan
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved