Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DragStartArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DragStartArgs

    Defines the dragstart event arguments

    Inheritance
    System.Object
    DragStartArgs
    Namespace: Syncfusion.Blazor.Layouts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DragStartArgs : Object

    Constructors

    DragStartArgs()

    Declaration
    public DragStartArgs()

    Properties

    Cancel

    Illustrates whether the current action needs to be prevented or not.

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

    Element

    Specifies the cell element being dragged.

    Declaration
    public ElementReference Element { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference

    Event

    Specifies the original event.

    Declaration
    public EventArgs Event { get; set; }
    Property Value
    Type Description
    System.EventArgs

    Id

    Specifies dragging panel id.

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