Show / Hide Table of Contents

Class RowBindingBase<T>

Base class for strongly typed row binding.

Inheritance
System.Object
Binding
TwoWayBinding
RowBinding
RowBindingBase<T>
RowBinding<T>
RowCompositeBinding<T>
Implements
System.Collections.Generic.IReadOnlyList<RowBinding>
System.Collections.Generic.IReadOnlyCollection<RowBinding>
System.Collections.Generic.IEnumerable<RowBinding>
System.Collections.IEnumerable
Inherited Members
RowBinding.IReadOnlyCollection<RowBinding>.Count
RowBinding.IReadOnlyList<RowBinding>.Item[Int32]
RowBinding.IEnumerable<RowBinding>.GetEnumerator()
RowBinding.IEnumerable.GetEnumerator()
RowBinding.Parent
RowBinding.ChildBindings
RowBinding.RowInput
RowBinding.ParentBinding
RowBinding.SerializableColumns
RowBinding.GetInputTargetColumns()
RowBinding.IsEditable
TwoWayBinding.IsRefreshing
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.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

Extension Methods

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