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





Gets or sets the priority of the Item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int Priority { get; set; }

Visual Basic  Copy Code

Public Property Priority As Integer

 Property Value

An integer that specifies the priority; default value is 0.

 Remarks

Items with higher priority are rendered with preference over items with lower priority.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace