Enum GroupStatePrimitive.GroupState
Defines the possible states for a group element in expandable/collapsible controls.
Namespace: Telerik.WinControls.Primitives
Assembly: Telerik.WinControls.dll
Syntax
public enum GroupState
Remarks
This enumeration is used to control the visual representation of the group state indicator, determining whether the associated group or panel is currently expanded or collapsed.
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).
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).