Gets or sets the priority of the Item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public int Priority { get; set; } |
Visual Basic
![]() |
---|
Public Property Priority As Integer |
An integer that specifies the priority; default value is 0.
Items with higher priority are rendered with preference over items with lower priority.