alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class NavigateOptions

    Provides information about the navigation while performing a drag action on appointments.

    Inheritance
    object
    NavigateOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class NavigateOptions

    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
    [JsonPropertyName("enable")]
    public bool Enable { get; set; }
    Property Value
    Type
    bool

    TimeDelay

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

    Declaration
    [JsonPropertyName("timeDelay")]
    public int TimeDelay { get; set; }
    Property Value
    Type
    int
    Remarks

    The TimeDelay value should be provided in milliseconds.

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