Click or drag to resize

HeaderGroupCollapsedTarget Enumeration

Specifies the target collapsed state of a header group when in the collapsed mode.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum HeaderGroupCollapsedTarget
Members
  Member nameValueDescription
CollapsedToPrimary0 Specifies the appearance is collapsed to just the primary header.
CollapsedToSecondary1 Specifies the appearance is collapsed to just the secondary header.
CollapsedToBoth2 Specifies the appearance is collapsed to just the primary and secondary headers.
See Also