DataItemModel

Description

sealed class Tinman.Engine.GUI.Components.DataItemModel

Derived from

DataModelBase<DataItem> abstract

Simple implementation of the IDataModel interface that provides a tree of items, each having a text and/or image value associated with it.

Public / Constructors

Data​Item​Model


public constructor DataItemModel → (1)

item in : DataItem

[not-null]
The data item to wrap.

Creates a new instance of DataItemModel.