Class RowBindingBase<T>
Base class for strongly typed row binding.
Inheritance
System.Object
RowBindingBase<T>
Implements
System.Collections.Generic.IReadOnlyList<RowBinding>
System.Collections.Generic.IReadOnlyCollection<RowBinding>
System.Collections.Generic.IEnumerable<RowBinding>
System.Collections.IEnumerable
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 RowBindingBase<T> : RowBinding, IConcatList<RowBinding>, IReadOnlyList<RowBinding>, IReadOnlyCollection<RowBinding>, IEnumerable<RowBinding>, IEnumerable where T : UIElement, new()
Type Parameters
Name | Description |
---|---|
T | Type of view element. |
Properties
Name | Description |
---|---|
Item[RowPresenter] | Gets the view element for specified row. |
SettingUpElement | Gets the view element that is currently being setup. |
ViewType |