In This Article

IRootModel Interface

Provides the requirements for a data model class that is the root model in the hierarchy.

public interface IRootModel : IPropertyModel, IDataModel, IDisposable

Properties

Source

Gets the object or control that owns the data model hierarchy.

object Source { get; }

Property Value

object:

The object or control that owns the data model hierarchy.

Inherited Members