Click or drag to resize

HeaderGroupMappingBase Constructor

Initialize a new instance of the HeaderGroupMappingBase class.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public HeaderGroupMappingBase(
	KryptonNavigator navigator,
	NeedPaintHandler needPaint
)

Parameters

navigator  KryptonNavigator
Reference to owning navogator instance.
needPaint  NeedPaintHandler
Delegate for notifying paint requests.
See Also