Gets or sets whether to show single-day items. This should be set to true for summary views such as month views, and false if the single-day items are shown elsewhere as in day and week views. This is a dependency property.

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

Syntax

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

Remarks

Dependency Property Information
Identifier fieldShowShortItemsProperty
Metadata properties set to trueNone

See Also