RadControls for Silverlight

Defines the list of values a CollapseThreshold can be.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView (in Telerik.Windows.Controls.RibbonView.dll) Version: 2013.1.403.1050

Syntax

C#
public enum CollapseThreshold
Visual Basic
Public Enumeration CollapseThreshold

Members

Member nameValueDescription
Never0 Value that represent the never state.
WhenGroupIsMedium1 Value that indicates that the group is Medium.
WhenGroupIsSmall2 Value that indicates that the group is Small.

See Also