Gets or sets header text displayed for this appointment by the calendar control.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public override string HeaderText { get; set; } |
Visual Basic
![]() |
---|
Public Overrides Property HeaderText As String |
A string containing the appointment's header text. The default is an empty string ("").
This property implements the Item's class HeaderText property and is equivalent to Subject.