TreeListNodeCollection(TreeListNode) Constructor
Initializes a new instance of the TreeListNodeCollection class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | TreeListNode | A TreeListNode object that is the owner of the collection. |
See Also