Enum
CollapseThreshold

Defines the list of values a CollapseThreshold can be.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

cs-api-definition
public enum CollapseThreshold

Fields

Never

Value that represent the never state.

Declaration

cs-api-definition
Never = 0

Field Value

CollapseThreshold

WhenGroupIsMedium

Value that indicates that the group is Medium.

Declaration

cs-api-definition
WhenGroupIsMedium = 1

Field Value

CollapseThreshold

WhenGroupIsSmall

Value that indicates that the group is Small.

Declaration

cs-api-definition
WhenGroupIsSmall = 2

Field Value

CollapseThreshold