Class CollapseThreshold
Defines the list of values a CollapseThreshold can be.
Inheritance
System.Object
CollapseThreshold
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public sealed class CollapseThreshold : Enum
Fields
Never
Value that represent the never state.
Declaration
public const CollapseThreshold Never
Field Value
CollapseThreshold
|
value__
Declaration
public int value__
Field Value
System.Int32
|
WhenGroupIsMedium
Value that indicates that the group is Medium.
Declaration
public const CollapseThreshold WhenGroupIsMedium
Field Value
CollapseThreshold
|
WhenGroupIsSmall
Value that indicates that the group is Small.
Declaration
public const CollapseThreshold WhenGroupIsSmall
Field Value
CollapseThreshold
|