Namespace Syncfusion.SfKanban.Android
Classes
KanbanAdapter
This class is used to customize the default card and header views. If you need to provide your own implementation to override the default appearance, you can write the subclass and set its instance to Adapter property of SfKanban. |
KanbanColorMapping
This class is used to specify the color for the indicator that appears in the card. The color can be used to identify the priority of the card. |
KanbanColumn
Represents a column in SfKanban. |
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. |
KanbanErrorBarSettings
This class is used to customize the appearance of error bar that appears in the KanbanColumn's header. |
KanbanModel
Represents fields for the card. |
KanbanPlaceholderStyle
This class is used to customize the appearance of card placeholder in the SfKanban. |
KanbanTappedEventArgs
Provides the card information for the ItemTapped event. |
KanbanWorkflow
Represents the workflow for a particular category, which is used to determine the target columns a card can be dropped. |
Resource |
Resource.Animation |
Resource.Attribute |
Resource.Color |
Resource.Dimension |
Resource.Drawable |
Resource.Id |
Resource.Integer |
Resource.Layout |
Resource.String |
Resource.Style |
Resource.Styleable |
SfKanban
Represents a Kanban control which is used for visualizing and managing the workflow of any process, like the software development process, in an effective way. |