menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanColumnsGeneratedEventArgs - API Reference

    Show / Hide Table of Contents

    Class KanbanColumnsGeneratedEventArgs

    Contains arguments relevant to columns generated event.

    Inheritance
    System.Object
    System.EventArgs
    KanbanColumnsGeneratedEventArgs
    KanbanColumnGeneratedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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; }
    Property Value
    Type Description
    KanbanColumnsCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved