Class KanbanColumnGeneratedEventArgs
Contains arguments relevant to column generated event.
Inherited Members
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 |