Gets whether the view needs to display the "wing" buttons (previous and next schedule item).

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

Syntax

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

See Also