Gets or sets the header text displayed for this item by scheduling controls.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public abstract string Subject { get; set; } |
Visual Basic Copy Code |
---|
Public MustOverride Property Subject As String |
A string specifying the item's header text.
Calendar views display this value in the header area of the box that represents an item.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |