Gets whether the start of the item is on a displayed date.

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

Syntax

C#
public bool IsScheduleItemStartVisible { get; }
Visual Basic
Public ReadOnly Property IsScheduleItemStartVisible As Boolean
	Get
Visual C++
public:
property bool IsScheduleItemStartVisible {
	bool get ();
}

See Also