Gets or sets the description displayed for this item by scheduling controls.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public abstract string DescriptionText { get; set; } |
Visual Basic
![]() |
---|
Public MustOverride Property DescriptionText As String |
A string containing the description of this item.
All classes that derive from Item must implement this property. Controls such as Calendar display this text in the details area of an item visual representation.