EnumTaskBoardCardButtons
Enum
Defines the action buttons that can be rendered on each task card. Combine values using the bitwise OR operator to show multiple buttons. Use None to hide all card action buttons. Configure the default for all cards via Buttons.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
[Flags]
public enum TaskBoardCardButtons
Fields
DeleteCard
Renders a delete button that removes the card from the board.
When ConfirmDelete is true, a confirmation dialog is shown first.
Requires an OnCardDelete handler to persist deletion.
EditCard
Renders an edit button that opens the card in the side edit pane. Requires an OnCardUpdate handler to persist changes.
None
No action buttons are rendered on the card.