DayPilot.Scheduler.rowCreateText

The rowCreateText property (string) specifies the text that will be used as placeholder in the new row input.

The text will be HTML-encoded to prevent XSS attacks.

You can also specify raw HTML using rowCreateHtml property.

This property is available since version 2021.3.5023.

Default Value

"New row..."

Example

dp.rowCreateText = "New resource...";