menu

UWP

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

    Show / Hide Table of Contents

    Class KanbanColumnGeneratedEventArgs

    Contains arguments relevant to column generated event.

    Inheritance
    System.Object
    KanbanColumnsGeneratedEventArgs
    KanbanColumnGeneratedEventArgs
    Inherited Members
    KanbanColumnsGeneratedEventArgs.Columns
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved