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