TreeGridItemCollection Constructor (IEnumerable<ITreeGridItem>) |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic TreeGridItemCollection(
IEnumerable<ITreeGridItem> items
)
Public Sub New (
items As IEnumerable(Of ITreeGridItem)
)
new :
items : IEnumerable<ITreeGridItem> -> TreeGridItemCollection
Parameters
- items
- Type: System.Collections.Generic.IEnumerable<ITreeGridItem>
Items to initialize the collection with.
See Also