Class RowBinding
Base class for row level data binding.
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
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class RowBinding : TwoWayBinding, IConcatList<RowBinding>, IReadOnlyList<RowBinding>, IReadOnlyCollection<RowBinding>, IEnumerable<RowBinding>, IEnumerable
Properties
Name | Description |
---|---|
ChildBindings | Gets the child bindings. |
IsEditable | Gets a value indicates whether this binding is editable. |
Item[RowPresenter] | Gets the view element for specified RowPresenter. |
Parent | Gets the parent row binding. |
ParentBinding | |
RowInput | Gets the row level input. |
SerializableColumns | Gets lthe serializable columns. |
Methods
Name | Description |
---|---|
GetInputTargetColumns() | Gets the input target columns. |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable<RowBinding>.GetEnumerator() | |
IReadOnlyCollection<RowBinding>.Count | |
IReadOnlyList<RowBinding>.Item[Int32] | |
IEnumerable.GetEnumerator() |