Gets or sets the header text displayed for this appointment by scheduling controls.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public override string HeaderText { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overrides Property HeaderText As String |
A string containing the appointment's header text. The default is an empty string.
RemarksThis property implements the Item's class HeaderText property and is equivalent to Subject.
See Also