HeaderGroupCollapsedTarget Enumeration |
Specifies the target collapsed state of a header group when in the collapsed mode.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum HeaderGroupCollapsedTarget
Members| Member name | Value | Description |
|---|
| CollapsedToPrimary | 0 |
Specifies the appearance is collapsed to just the primary header.
|
| CollapsedToSecondary | 1 |
Specifies the appearance is collapsed to just the secondary header.
|
| CollapsedToBoth | 2 |
Specifies the appearance is collapsed to just the primary and secondary headers.
|
See Also