Gets whether the control contains more ScheduleItem objects than it can render.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool HasOverflowItems { get; internal set; }
Visual Basic
Public Property HasOverflowItems As Boolean
	Get
	Friend Set
Visual C++
public:
property bool HasOverflowItems {
	bool get ();
	internal: void set (bool value);
}

See Also