• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

TaskBoardConfirmDialogProps

Represents the props of the TaskBoardConfirmDialog component

NameTypeDefaultDescription

dialogCancelButton

React.ReactNode

The dialog cancel button.

dialogConfirmButton

React.ReactNode

The dialog confirm button.

dialogMessage

React.ReactNode

The dialog message.

dialogTitle

string

The dialog title.

onClose

(event: MouseEvent<HTMLButtonElement>) => void

The Close Button click event handler of the TaskBoardConfirmDialog component.

onConfirm

(event: MouseEvent<HTMLButtonElement>) => void

The Confirm Button click event handler of the TaskBoardConfirmDialog component.