Class KanbanColumnsGeneratedEventArgs
Contains arguments relevant to columns generated event.
Inheritance
System.Object
System.EventArgs
KanbanColumnsGeneratedEventArgs
Inherited Members
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 KanbanColumnsGeneratedEventArgs : EventArgs
Constructors
KanbanColumnsGeneratedEventArgs()
Declaration
public KanbanColumnsGeneratedEventArgs()
Properties
Columns
Gets the collection value which indicates the generated columns.
Declaration
public KanbanColumnsCollection Columns { get; }