Gets or sets the priority of this item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public int Priority { get; set; } |
Visual Basic Copy Code |
---|
Public Property Priority As Integer |
An integer value, specifying the item's priority.
Items with higher priority have a better chance to be displayed prior items with lower priority. If two items start and end at the same time, the item with higher Priority will be displayed before the item with lower Priority. In other words, this property gives you control over the order of the items.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |