Show / Hide Table of Contents

Class RowBinding

Base class for row level data binding.

Inheritance
System.Object
Binding
TwoWayBinding
RowBinding
RowBindingBase<T>
Implements
System.Collections.Generic.IReadOnlyList<RowBinding>
System.Collections.Generic.IReadOnlyCollection<RowBinding>
System.Collections.Generic.IEnumerable<RowBinding>
System.Collections.IEnumerable
Inherited Members
TwoWayBinding.IsRefreshing
Binding.Template
Binding.GridRange
Binding.Ordinal
Binding.IsSealed
Binding.Style
Binding.AutoSizeOrder
Binding.AutoSizeWaiver
Binding.AdheresToFrozenLeft
Binding.AdheresToFrozenTop
Binding.AdheresToFrozenRight
Binding.AdheresToFrozenBottom
Binding.ViewType
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()

Extension Methods

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