Enum
GroupStatePrimitive.GroupState

Defines the possible states for a group element in expandable/collapsible controls.

Definition

Namespace:Telerik.WinControls.Primitives

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public enum GroupStatePrimitive.GroupState

Fields

Collapsed

Indicates that the group is collapsed and its content is hidden. In this state, the primitive typically renders an expand indicator (plus sign or right arrow).

Declaration

cs-api-definition
Collapsed = 1

Field Value

GroupStatePrimitive.GroupState

Expanded

Indicates that the group is expanded and its content is visible. In this state, the primitive typically renders a collapse indicator (minus sign or down arrow).

Declaration

cs-api-definition
Expanded = 0

Field Value

GroupStatePrimitive.GroupState

In this article
DefinitionFieldsCollapsedExpanded
Not finding the help you need?
Contact Support