MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemSettings.ShowContinuationArrows Property
See Also
 





Gets or sets a value indicating whether to display small arrows at the beginning or at the end of each incomplete segment to indicate that the schedule item continues in an adjacent calendar cell.

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

 Syntax

C#  Copy Code

public State ShowContinuationArrows { get; set; }

Visual Basic  Copy Code

Public Property ShowContinuationArrows As State

 Property Value

One of the State enumeration values that specifies whether to display items' continuation arrows. Default value is State.Enabled.

 See Also

ItemSettings Members
ItemSettings Class
MindFusion.Scheduling.WebForms Namespace