Gets or sets the subject of this appointment.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public override string Subject { get; set; } |
Visual Basic Copy Code |
---|
Public Overrides Property Subject As String |
A string that identifies the subject of the appointment. The default is an empty string.
This is equivalent to the HeaderText property.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |