EnumGroupStatePrimitive.GroupState
Enum
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).
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).