Click or drag to resize

ListModel Constructor (IList)

Initializes a new instance of the ListModel class

Namespace:  Internal.Aga.Controls.Tree
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ListModel(
	IList list
)

Parameters

list
Type: System.CollectionsIList
See Also