MindFusion.Scheduling for Silverlight Programmer's Guide
Item.Priority Property
See Also
 





Gets or sets the priority of this item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public int Priority { get; set; }

Visual Basic  Copy Code

Public Property Priority As Integer

 Property Value

An integer value, specifying the item's priority.

 Remarks

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.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace