ASP.NET Pack Programmer's Guide
ItemSettings.ItemsVisible Property
See Also
 





Gets or sets a value indicating whether to display schedule items in the calendar.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public State ItemsVisible { get; set; }

Visual Basic  Copy Code

Public Property ItemsVisible As State

 Property Value

One of the State enumeration values that specifies whether to display items in the calendar. Default value is State.Enabled.

 See Also

ItemSettings Members
ItemSettings Class
MindFusion.Scheduling.WebForms Namespace