menu

Blazor

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

    Show / Hide Table of Contents

    Class DragStopArgs

    Defines the dragstop event arguments.

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

    Constructors

    DragStopArgs()

    Declaration
    public DragStopArgs()

    Properties

    Element

    Gets the current Microsoft.AspNetCore.Components.ElementReference element being dragged.

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

    Id

    Gets the dragged panel id.

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