DefaultColumnWidth |
Gets or sets the default column width for the task board. This default value is used to set the width of all columns in the task board. |
DefaultCollapsedColumnWidth |
Gets or sets the default collapsed column width for the task board. This default value is used to set the width of all collapsed columns in the task board. |
DefaultHeaderHeight |
Gets or sets the default header height for the task board. This default value is used to set the height of all headers in the task board. |
DefaultColumnScrollBarThickness |
Gets or sets the default columns' scroll bar thickness for the task board. This default value is used to set the width of all columns' scroll bars in the task board. |
DefaultAddButtonHeight |
Gets or sets the default add button height for the task board. This default value is used to set the height of all "+ Add a card" buttons in the task board. |
AddButtonText |
Gets or sets the text of the AddTaskCardButton element for all columns. |
ScrollBarThickness |
Gets or sets the task board's scroll bar thickness. |
IsDragMouseCentered |
True, if while dragging the mouse position is centered on the card. False, if the mouse position does not change. |
SelectedCard |
Gets or sets the selected card in the task board. |
Columns |
Gets a collection of RadTaskBoardColumnElement objects that represents the columns holding the task cards. |
Users |
Gets a collection of UserInfo objects that represents the users that can be assigned to the task cards. |
DefaultIsHeaderHighlighted |
Gets or sets the default header highlighted state for all columns. This default value is used to set the header highlighted state of all columns in the task board. (introduced in R3 2021 SP1) |
DefaultTaskCardMinimumHeight |
Gets or sets the default minimum height for all task card.This default value is used to set the minimum height of all task cards in the task board. (introduced in R3 2021 SP1) |
AddButtonToolTipText |
Gets or sets the tooltip text of the RadTaskBoardColumnElement.AddTaskCardButton element for all columns. (introduced in R3 2021 SP1) |
ToolTipExpand |
Gets or set the tooltip string for the collapse button, when the column is collapsed - "Expand the column". (introduced in R3 2021 SP1) |
ToolTipCollapse |
Gets or set the tooltip string for the collapse button, when the column is expanded - "Collapse the column".(introduced in R3 2021 SP1) |