Gets or sets the style used when this appointment is selected.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public override Style SelectedStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Overrides Property SelectedStyle As Style |
An instance of the Style class that defines the appearance of the item.
This style is applied on the appointment when it is selected.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |