Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NavigateOptions

    Show / Hide Table of Contents

    Class NavigateOptions

    A class that holds options to control the navigation, while performing drag action on appointments.

    Inheritance
    System.Object
    NavigateOptions
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class NavigateOptions : Object

    Constructors

    NavigateOptions()

    Declaration
    public NavigateOptions()

    Properties

    Enable

    Allows to enable or disable the auto navigation while performing drag action on appointments.

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

    TimeDelay

    Allows to define the time delay value while navigating.

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