Show / Hide Table of Contents

Class RowCompositeBinding<T>

Represents row level composite data binding.

Inheritance
System.Object
Binding
TwoWayBinding
RowBinding
RowBindingBase<T>
RowCompositeBinding<T>
Implements
System.Collections.Generic.IReadOnlyList<RowBinding>
System.Collections.Generic.IReadOnlyCollection<RowBinding>
System.Collections.Generic.IEnumerable<RowBinding>
System.Collections.IEnumerable
Inherited Members
RowBindingBase<T>.SettingUpElement
RowBindingBase<T>.Item[RowPresenter]
RowBindingBase<T>.ViewType
RowBinding.IReadOnlyCollection<RowBinding>.Count
RowBinding.IReadOnlyList<RowBinding>.Item[Int32]
RowBinding.IEnumerable<RowBinding>.GetEnumerator()
RowBinding.IEnumerable.GetEnumerator()
RowBinding.Parent
RowBinding.ParentBinding
RowBinding.SerializableColumns
RowBinding.GetInputTargetColumns()
RowBinding.IsEditable
Binding.Template
Binding.GridRange
Binding.Ordinal
Binding.IsSealed
Binding.Style
Binding.AutoSizeOrder
Binding.AutoSizeWaiver
Binding.AdheresToFrozenLeft
Binding.AdheresToFrozenTop
Binding.AdheresToFrozenRight
Binding.AdheresToFrozenBottom
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 RowCompositeBinding<T> : RowBindingBase<T>, IConcatList<RowBinding>, IReadOnlyList<RowBinding>, IReadOnlyCollection<RowBinding>, IEnumerable<RowBinding>, IEnumerable where T : UIElement, new()
Type Parameters
Name Description
T

The type of view element.

Constructors

Name Description
RowCompositeBinding()

Initializes a new instance of RowCompositeBinding<T> class.

RowCompositeBinding(Action<T, RowPresenter>)

Initializes a new instance of RowCompositeBinding<T> class.

Properties

Name Description
ChildBindings
IsRefreshing
RowInput

Methods

Name Description
AddChild<TChild>(RowBindingBase<TChild>, Func<T, TChild>)

Adds child binding.

Extension Methods

ColumnExtensions.WithDefaultValue<TColumn, TValue>(TColumn, TValue, String, String)
ColumnExtensions.WithValueComparer<TColumn, TValue>(TColumn, IComparer<TValue>)
BindingFactory.AddToGridCell<T>(RowBindingBase<T>)
BindingFactory.BindToValidationPlaceholder(IReadOnlyList<RowBinding>)
BindingManager.AdhereToFrozenLeft<T>(T)
BindingManager.AdhereToFrozenTop<T>(T)
BindingManager.AdhereToFrozenRight<T>(T)
BindingManager.AdhereToFrozenBottom<T>(T)
BindingManager.WithStyle<T>(T, Style)
BindingManager.WithStyle<T>(T, StyleId)
BindingManager.WithAutoSizeOrder<T>(T, Int32)
BindingManager.WithAutoSizeWaiver<T>(T, AutoSizeWaiver)
BindingManager.WithSerializableColumns<T>(T, Column[])
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest