Show / Hide Table of Contents

Class BlockPresenter

Contains block level presentation logic which can be consumed by view elements.

Inheritance
System.Object
ElementPresenter
BlockPresenter
Implements
System.Collections.Generic.IReadOnlyList<RowPresenter>
System.Collections.Generic.IReadOnlyCollection<RowPresenter>
System.Collections.Generic.IEnumerable<RowPresenter>
System.Collections.IEnumerable
Inherited Members
ElementPresenter.Presenter
ElementPresenter.DataPresenter
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
Assembly: DevZest.Data.WPF.dll
Syntax
public sealed class BlockPresenter : ElementPresenter, IReadOnlyList<RowPresenter>, IReadOnlyCollection<RowPresenter>, IEnumerable<RowPresenter>, IEnumerable

Properties

Name Description
Count

Gets the count of contained rows.

Item[Int32]

Gets RowPresenter at specified index.

Ordinal

Gets the ordinal of the block.

Template

Methods

Name Description
GetEnumerator()

Returns an enumerator that lists all of the RowPresenter in this block.

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator()
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest