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:
C#
public class TaskBoardEditPaneTemplateContext<TItem>
Inheritance: objectTaskBoardEditPaneTemplateContext<TItem>
Constructors
C#
public TaskBoardEditPaneTemplateContext()
Properties
Cancels the current edit and closes the pane without saving.
C#
public Func<Task> CancelAsync { get; init; }