MindFusion WinForms Programmer's Guide
DayOfWeekStyle.Priority Property
See Also
 





Gets or sets the style priority. If one date has several styles applied to it, only the highest in priority is taken into account.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 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 priority of this style.

 Remarks

When a time cell is included in the time intervals of several DateStyle or DayOfWeekStyle objects, the style that has the highest priority is used.

 See Also

DayOfWeekStyle Members
DayOfWeekStyle Class
MindFusion.Scheduling.WinForms Namespace