New to KendoReact? Start a free 30-day trial
TaskBoardPreviewDialogProps
TaskBoardPreviewDialogPropsPremium
Updated on Oct 31, 2025
Represents the props of the TaskBoardPreviewDialog component.
| Name | Type | Default | Description | 
|---|---|---|---|
delete | 
 | 
 Determines the content of the delete button.  | |
description | 
 | 
 The rendered description.  | |
edit | 
 | 
 Determines the content of the edit button.  | |
onClosePreviewPane | 
 | 
 Fires when the preview pane needs to be shown.  | |
onTaskDelete | 
 | 
 Fires when task is deleted.  | |
onTaskEdit | 
 | 
 Fires when task is edited.  | |
priority | 
 | 
 Represents the priority of the current task.  | |
priorityLabel | 
 | 
 Represents the priority label of the TaskBoardPreviewDialog.  | |
title | 
 | 
 The rendered title.  |