alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class DragStartArgs

    Defines the dragstart event arguments.

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

    Constructors

    DragStartArgs()

    Declaration
    public DragStartArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to prevent the current drag action of the panel.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    bool

    Element

    Gets the current ElementReference element being dragged.

    Declaration
    public ElementReference Element { get; set; }
    Property Value
    Type
    ElementReference

    Id

    Gets the dragging panel id.

    Declaration
    public string Id { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved