Enum
TaskBoardCardButtons

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.

Declaration

cs-api-definition
DeleteCard = 2

Field Value

TaskBoardCardButtons

EditCard

Renders an edit button that opens the card in the side edit pane. Requires an OnCardUpdate handler to persist changes.

Declaration

cs-api-definition
EditCard = 1

Field Value

TaskBoardCardButtons

None

No action buttons are rendered on the card.

Declaration

cs-api-definition
None = 0

Field Value

TaskBoardCardButtons

In this article
DefinitionFieldsDeleteCardEditCardNone
Not finding the help you need?
Contact Support