Search
Item.descriptionText Property
See Also
 






Gets or sets the details text displayed for this item by the scheduling control.

Namespace: MindFusion.Scheduling
File: Item.js

 Syntax

JavaScript  Copy Code

get descriptionText() {}
set descriptionText(value) {}

 Property Value

String

The details text.

 See Also