Gets or sets the description displayed for this item by scheduling controls.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract string DescriptionText { get; set; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride Property DescriptionText As String |
A string containing the description of this item.
RemarksAll 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.
See Also