Defines the possible states for a group element in expandable/collapsible controls.
Definition
Namespace:Telerik.WinControls.Primitives
Assembly:Telerik.WinControls.dll
Syntax:
C#
public enum GroupStatePrimitive.GroupState
Fields
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).
C#
Collapsed = 1
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).
C#
Expanded = 0