Gets or sets the number of items to display as buttons. The remaining items are displayed as small icons. 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 int ExpandedItemCount { get; set; }
Visual Basic (Declaration)
Public Property ExpandedItemCount As Integer

See Also