Click or drag to resize

TreeColumn(String, Int32) Constructor

Initializes a new instance of the TreeColumn class

Namespace: Internal.Aga.Controls.Tree
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public TreeColumn(
	string header,
	int width
)

Parameters

header  String
 
width  Int32
 
See Also