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





Gets or sets a value indicating whether to display a 'more items' link in a calendar cell which isn't big enough to contain all of its items.

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

 Syntax

C#  Copy Code

public State ShowMoreItemsCue { get; set; }

Visual Basic  Copy Code

Public Property ShowMoreItemsCue As State

 Property Value

One of the State enumeration values that specifies whether to display the 'more items' link in a calendar cell. Default value is State.Enabled.

 See Also

ItemSettings Members
ItemSettings Class
MindFusion.Scheduling.WebForms Namespace