Namespace Syncfusion.UI.Xaml.Kanban
Classes
CardCountConverter
Represents a converter that converts the card count value to a string representation. |
CollapsedHeader
This converter used to convert header if column is in collapsed state. |
CollapsedHeaderMargin
This converter used to set the margin for collapsed header. |
ColorMapping
Provides the color indication support which includes the indication properties. |
ColorToBrushConverter
Represents the converter that converts color values to brush values. |
ColumnTag
Contains the KanbanColumn header properties. |
DescriptionMinWidthConverter
This converter used to define the Width for description TextBlock. |
ErrorBarSettings
Provides the validation support which includes validation color properties. |
ImageConverter
This converter used to get the image source for image of the KanbanCardItem. |
IndicatorColorPalette
Represents a collection that holds SfKanban indicator mappings. |
ItemsStackPanel |
KanbanCardCollection
The collection of KanbanCardItem. |
KanbanCardItem
Represents a card item in a Kanban board, providing properties and methods for customization and interaction. |
KanbanCardStyle
KanbanCardStyle provides API that support UI customization and the automatic layout system. |
KanbanColumn
Represents a Kanban column, providing functionality for property limits, column titles, item grouping, and card drag-and-drop operations. |
KanbanColumnGeneratedEventArgs
Contains arguments relevant to column generated event. |
KanbanColumnsCollection
Represents a collection that holds columns of SfKanban |
KanbanColumnsGeneratedEventArgs
Contains arguments relevant to columns generated event. |
KanbanDictionaries
KanbanDictionaries class implementation. Which holds the resource dictionaries. |
KanbanDoubleTappedEventArgs
Contains arguments relevant to double tapped event. |
KanbanDragEndEventArgs
Provides the card information for the DragEnd event. |
KanbanDragEnterEventArgs
Provides the card information for the DragEnter event. |
KanbanDragEventArgs
Serves as a base class for all SfKanban drag event arguments. |
KanbanDragLeaveEventArgs
Provides the card information for the DragLeave event. |
KanbanDragOverEventArgs
Provides the card information for the DragOver event. |
KanbanDragStartEventArgs
Provides the card information for the DragStart event. |
KanbanLocalizationResourceAccessor
Represents the class that manages the localization for SfKanban. |
KanbanLocalizationResourceExtension
A markup extension that returns the localized string based on culture for the ResourceName. |
KanbanModel
Provides base data model for KanbanCardItem. It includes properties which used to visualize the information in visual. |
KanbanTagsScrollBar
KanbanTagsScrollBar class represents the scroll bar of kanban tags in kanban card. |
KanbanTappedEventArgs
Provides the card information for the ItemTapped event. |
KanbanWorkflow
Represents a workflow in the Kanban control, defining the category and allowed transitions for Kanban items. |
LicensePopup
Interaction logic for LicensePopup.xaml |
NotificationObject
Provides the notification support for property changed. |
PlaceholderStyle
Provides customization support for SfKanban's placeholder. |
PointerFlowDirection
Indicates mouse move direction in SfKanban area. |
PreviewPanel |
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. |
SwimlaneTag
Contains the Syncfusion.UI.Xaml.Kanban.SwimlaneTag.Swimlane header properties. |
TagsStackPanel |
WorkflowCollection
Represents a collection that holds the KanbanWorkflow. |
Interfaces
IKanbanModel
Establishes the common properties for KanbanModel. |