Gets or sets the description text of the item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public abstract string DescriptionText { get; set; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride Property DescriptionText As String |
A string containing the item's description. The default is an empty string.
See Also