Namespace Syncfusion.UI.Xaml.Kanban
Classes
CardCountConverter
Represents a converter that converts the card count value to a string representation. |
KanbanCardDragOverEventArgs
Provides data for the drag-over event of a Kanban card in the SfKanban control. |
KanbanCardDragStartingEventArgs
Provides data for the drag-start event of a Kanban card in the SfKanban control. |
KanbanCardDropEventArgs
Provides data for the drop event of a Kanban card in the SfKanban control. |
KanbanCardItem
Represents a card item in a Kanban board, providing properties and methods for customization and interaction. |
KanbanCardTappedEventArgs
Provides data for the tapped event of a Kanban card in the SfKanban control. |
KanbanColorMapping
Provides the color indication support which includes the indication properties. |
KanbanColumn
Represents a Kanban column, providing functionality for property limits, column titles, item grouping, and card drag-and-drop operations. |
KanbanErrorBarSettings
Represents the class that provides validation support for kanban columns, including properties for setting validation colors and error bar height. |
KanbanLocalizationResourceAccessor
Represents the class that manages the localization of SfKanban control based on |
KanbanLocalizationResourceExtension
A markup extension that returns the localized string based on culture for the ResourceName. |
KanbanModel
Provides the data model for KanbanCardItem. It includes properties which used to visualize the information in visual. |
SfKanban
The Kanban control offers an efficient way to visualize workflows at each stage of completion, aiding in planning and providing a clear view of task progression. It offers various features to effectively monitor task progress throughout the software development lifecycle, allowing users to control task transitions between categories (statuses). The control supports easy task binding through the ItemsSource property and enables grouping tasks using horizontal swimlanes to organize and display related tasks by categories, teams, or other groupings. You can customize the control's appearance using ColumnHeaderTemplate, CardTemplate, CardTemplateSelector, SwimlaneHeaderTemplate, and customizable placeholders. It includes a rich set of built-in functionalities such as data binding, swimlanes, card templating, scrolling, drag-and-drop, WIP validations, responsiveness, various built-in themes, and more. |