Show / Hide Table of Contents

Class ElementPresenter

Base class of RowPresenter, ScalarPresenter and BlockPresenter.

Inheritance
System.Object
ElementPresenter
BlockPresenter
RowPresenter
ScalarPresenter
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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest