Click or drag to resize

HeaderStyle Enumeration

Specifies the header style.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public enum HeaderStyle
Members
  Member nameValueDescription
Primary0 Specifies a primary header.
Secondary1 Specifies a secondary header.
DockInactive2 Specifies an inactive docking header.
DockActive3 Specifies an active docking header.
Form4 Specifies a form header.
Calendar5 Specifies a calendar header.
Custom16 Specifies the first custom header style.
Custom27 Specifies the second custom header style.
See Also