Show / Hide Table of Contents

Class BlockBinding<T>

Represents block level data binding.

Inheritance
System.Object
Binding
BlockBinding
BlockBindingBase<T>
BlockBinding<T>
Implements
System.Collections.Generic.IReadOnlyList<BlockBinding>
System.Collections.Generic.IReadOnlyCollection<BlockBinding>
System.Collections.Generic.IEnumerable<BlockBinding>
System.Collections.IEnumerable
Inherited Members
BlockBindingBase<T>.SettingUpElement
BlockBindingBase<T>.Item[Int32]
BlockBindingBase<T>.ViewType
BlockBinding.IReadOnlyCollection<BlockBinding>.Count
BlockBinding.IReadOnlyList<BlockBinding>.Item[Int32]
BlockBinding.IEnumerable<BlockBinding>.GetEnumerator()
BlockBinding.IEnumerable.GetEnumerator()
BlockBinding.Parent
BlockBinding.ParentBinding
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 BlockBinding<T> : BlockBindingBase<T>, IConcatList<BlockBinding>, IReadOnlyList<BlockBinding>, IReadOnlyCollection<BlockBinding>, IEnumerable<BlockBinding>, IEnumerable where T : UIElement, new()
Type Parameters
Name Description
T

Type of target UI element.

Constructors

Name Description
BlockBinding(Action<T, BlockPresenter>)

Initializes a new instance of BlockBinding<T> class.

BlockBinding(Action<T, BlockPresenter>, Action<T, BlockPresenter>, Action<T, BlockPresenter>)

Initializes a new instance of BlockBinding<T> class.

Properties

Name Description
Behaviors

Gets the behaviors added into this binding.

Methods

Name Description
ApplyCleanup(Action<T, BlockPresenter>)

Applies additional cleanup logic

ApplyRefresh(Action<T, BlockPresenter>)

Applies additional refresh logic.

ApplySetup(Action<T, BlockPresenter>)

Applies additional setup logic.

Extension Methods

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.AddBehavior<T>(BlockBinding<T>, IBlockBindingBehavior<T>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest