Namespace Syncfusion.Blazor.Kanban
Classes
ActionEventArgs<TValue>
Provides event data for actions performed on the Kanban board. |
CardClickEventArgs<TValue>
Provides information about a Card Click or Double Click event. |
CardRenderedEventArgs<TValue>
Provides information about a CardRendered event. |
ColumnModel
Represents the model settings for a column in the Kanban component. |
ConstraintType
Specifies the types of constraints that can be applied in a Kanban board context. |
CurrentAction
Denotes possible actions that can currently be performed on tasks. |
DataBindingEventArgs<TValue>
Represents the options of events before it is bound to Kanban. |
DataBoundEventArgs<TValue>
Holds options of events once it is bound to Kanban. |
DialogCloseEventArgs<TValue>
Provides information about the DialogClose event. |
DialogFieldsModel
Represents the structure for dialog fields in the Kanban component. |
DialogFieldType
Specifies types of fields used within dialogs. |
DialogOpenEventArgs<TValue>
Provides information about the DialogOpen event. |
DragEventArgs<TValue>
Provides information about the Drag, Drag Start/End event. |
KanbanCardSettings
Defines the Kanban card settings that include header field, content field, template, visibility of headers, and options for single or multiple selection modes. |
KanbanColumn
Defines the Kanban board column and their properties such as header text, key field, template, allow toggle, expand or collapse state, min or max count, and show or hide item count. |
KanbanColumns
Represents a collection of columns within a Kanban board, allowing their configuration and management. |
KanbanDialogSettings
Defines the Kanban board dialog settings and their properties such as allow dragging, animation, template, close on escape, css class, enable resize, height, enable Modal, minimum height, position, target, show close icon, width, fields and z-index. |
KanbanDialogSettingsField
Represents a field in the Kanban board dialog settings, including properties such as key, text, and type. |
KanbanDialogSettingsFields
Represents the configuration fields for the Kanban dialog settings. |
KanbanEvents<TValue>
Defines event handlers for the Kanban component to handle various user interactions and component actions. |
KanbanSortSettings
Represents the settings used to define the sorting behavior of a Kanban board, including properties like direction, sort field, and sort order. |
KanbanStackedHeader
Defines the stacked header settings for Kanban columns, enabling customization of text and key fields across multiple columns. |
KanbanStackedHeaders
Configures the stacked headers for Kanban columns. |
KanbanSwimlaneSettings
Defines the swimlane settings for the Kanban board, including key field, text field, template, drag-and-drop settings, visibility of empty rows, item count display, and more. |
KanbanTargetDetails<TValue>
Represents details for a target location within the Kanban during drag and drop operations. |
KanbanTemplates
Configures the templates for the Kanban board to enable customized rendering and functionality. |
QueryCellInfoEventArgs<TValue>
Provides information about the QueryCellInfo event. |
SelectionType
Defines the available modes for selecting tasks on the Kanban board. |
SfKanban<TValue>
Represents the Kanban component for managing tasks using cards within columns. |
SortDirection
Specifies directions in which tasks can be sorted. |
SortOrderBy
Determines the order in which tasks are arranged on the Kanban board. |
StackedHeaderModel
Represents the configuration for stacked headers in a Kanban component. |
SwimlaneSettingsModel
Represents settings for swimlanes in the Kanban component. |
SwimlaneSortEventArgs
Represents event arguments for swimlane sorting in a Kanban component. |
Interfaces
IKanban
Interface for managing Kanban board functionalities and properties. |