alexa
menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class KanbanColumnDragStartingEventArgs

    Provides event data for the ColumnDragStarting event in the SfKanban control.

    Inheritance
    System.Object
    KanbanColumnDragStartingEventArgs
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.Kanban.WinUI.dll
    Syntax
    public class KanbanColumnDragStartingEventArgs : CancelEventArgs

    Constructors

    KanbanColumnDragStartingEventArgs()

    Declaration
    public KanbanColumnDragStartingEventArgs()

    Properties

    Column

    Gets the source column from which the column is being dragged.

    Declaration
    public KanbanColumn Column { get; }
    Property Value
    Type
    KanbanColumn

    ColumnIndex

    Gets the index of the dragged column within the Kanban column collection.

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved