Defines the list of values a CollapseThreshold can be.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
C#
public enum CollapseThreshold
Fields
Value that represent the never state.
C#
Never = 0
Value that indicates that the group is Medium.
C#
WhenGroupIsMedium = 1
Value that indicates that the group is Small.
C#
WhenGroupIsSmall = 2