• 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

TaskBoardTaskEditPaneProps

Represents the props of the TaskBoardTaskEditPane component

NameTypeDefaultDescription

cancelButton

React.ReactNode

Represents the cancel button of the TaskBoardTaskEditPane.

description

string

The rendered description.

descriptionInputTitle

string

Represents the descriptionInput title of the TaskBoardTaskEditPane.

descriptionLabel

React.ReactNode

Represents the description label of the TaskBoardTaskEditPane.

header

string

Represents the rendered header of the TaskBoardTaskEditPane.

onClose

(event: MouseEvent<HTMLButtonElement>) => void

Fires when Cancel button is clicked.

onDescriptionChange

(event: InputChangeEvent) => void

Fires when a description is changed.

onPriorityChange

(event: DropDownListChangeEvent) => void

Fires when a priority has been changed.

onSave

(event: MouseEvent<HTMLButtonElement>) => void

Fires when Save button is clicked.

onTitleChange

(event: InputChangeEvent) => void

Fires when a title is changed.

priorities

TaskBoardPriority[]

Determines the rendered priorities.

priority

TaskBoardPriority

Determines the priority.

priorityDropDownTitle

string

Represents the priorityDropDownTitle title of the TaskBoardTaskEditPane.

priorityLabel

React.ReactNode

Represents the priority label of the TaskBoardTaskEditPane.

saveButton

React.ReactNode

Represents the save button of the TaskBoardTaskEditPane.

task?

TaskBoardTaskModel

Represents the rendered task of the TaskBoardTaskEditPane.

title

string

Represents the title of the TaskBoardTaskEditPane.

titleInputTitle

string

Represents the titleInput title of the TaskBoardTaskEditPane.

titleLabel

React.ReactNode

Represents the title label of the TaskBoardTaskEditPane.