Class ElementPresenter
Base class of RowPresenter, ScalarPresenter and BlockPresenter.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class ElementPresenter
Constructors
Name | Description |
---|---|
ElementPresenter() | Initializes a new ElementPresenter class. |
Properties
Name | Description |
---|---|
DataPresenter | Gets the data presenter. |
Presenter | Gets the presenter which owns this element presenter. |
Template | Gets the Template associated with this element presenter. |