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