Gets or sets a value indicating whether to display a 'more items' icon in a calendar cell which isn't big enough to contain all of its items.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public State ShowMoreItemsCue { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowMoreItemsCue As State |
Specify Enabled to display the 'more items' cue icon when there are items not visible in the current viewport. Assign Unspecified to this property to use the corresponding value from the current theme.