ClassTaskBoardEditPaneTemplateContext<TItem>
Class
The context object passed to the EditPaneTemplate render fragment. Provides a cloned copy of the card data item and methods to save or cancel the edit from within the custom template.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Type Parameters:
TItem
The type of the card data items.
Syntax:
cs-api-definition
public class TaskBoardEditPaneTemplateContext<TItem>
Inheritance: objectTaskBoardEditPaneTemplateContext<TItem>
Constructors
TaskBoardEditPaneTemplateContext()
Declaration
cs-api-definition
public TaskBoardEditPaneTemplateContext()
Properties
CancelAsync
Cancels the current edit and closes the pane without saving.