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

The object or control that owns the data model hierarchy.

object? Source { get; }

Property Value

object

Inherited Members

Extension Methods