Gets or sets the description displayed for this item by scheduling controls.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public abstract string Details { get; set; } |
Visual Basic Copy Code |
---|
Public MustOverride Property Details As String |
A string containing the description of this item.
All classes that derive from Item must implement this property. Controls such as Calendar display this text in the details area of an item visual representation.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |