menu

Blazor

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

    Show / Hide Table of Contents

    Class NavigateOptions

    Provides information about the navigation while performing a 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

    Gets or sets a value indicating whether to enable or disable auto navigation on dates when performing a drag action on appointments.

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

    TimeDelay

    Gets or sets the delay time when navigating between dates during a drag action on appointments.

    Declaration
    public int TimeDelay { get; set; }
    Property Value
    Type
    System.Int32
    Remarks

    The TimeDelay value should be provided in milliseconds.

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