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.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool ShowShortItems { get; set; }
Visual Basic (Declaration)
Public Property ShowShortItems As Boolean

Remarks

Dependency Property Information
Identifier field ShowShortItemsProperty
Metadata properties set to true None

See Also