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