menu

WPF

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

    Show / Hide Table of Contents

    Class KanbanColumnGeneratedEventArgs

    Contains arguments relevant to column generated event.

    Inheritance
    System.Object
    System.EventArgs
    KanbanColumnsGeneratedEventArgs
    KanbanColumnGeneratedEventArgs
    Inherited Members
    KanbanColumnsGeneratedEventArgs.Columns
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.WPF.dll
    Syntax
    public class KanbanColumnGeneratedEventArgs : KanbanColumnsGeneratedEventArgs

    Constructors

    KanbanColumnGeneratedEventArgs()

    Declaration
    public KanbanColumnGeneratedEventArgs()

    Properties

    CurrentColumn

    Gets the KanbanColumn instance which indicates the generated column.

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

    IsCancel

    Gets or sets a value indicating whether to cancel the column added to SfKanban.

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