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

Syntax

C#
public int ExpandedItemCount { get; set; }
Visual Basic
Public Property ExpandedItemCount As Integer
	Get
	Set
Visual C++
public:
property int ExpandedItemCount {
	int get ();
	void set (int value);
}

See Also