Show / Hide Table of Contents

Class Binding

Represents a data binding.

Inheritance
System.Object
Binding
BlockBinding
TwoWayBinding
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.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class Binding

Constructors

Name Description
Binding()

Initializes a new instance of Binding class.

Properties

Name Description
AdheresToFrozenBottom

Gets a value indicates whether this binding adheres to frozen bottom layout grid row(s) so that it won't scroll outside the scrollable area.

AdheresToFrozenLeft

Gets a value indicates whether this binding adheres to frozen left layout grid column(s) so that it won't scroll outside the scrollable area.

AdheresToFrozenRight

Gets a value indicates whether this binding adheres to frozen right layout grid column(s) so that it won't scroll outside the scrollable area.

AdheresToFrozenTop

Gets a value indicates whether this binding adheres to frozen top layout grid row(s) so that it won't scroll outside the scrollable area.

AutoSizeOrder

Gets the number of order to calculate layout auto sizing.

AutoSizeWaiver

Gets the waiver for layout auto sizing calculation.

GridRange

Gets the GridRange to render the target view element.

IsSealed

Gets a value indicates whether this binding is sealed and no further changes allowed.

Ordinal

Gets the ordinal of this binding.

ParentBinding

Gets the parent binding.

Style

Gets the style that will be applied to target view element.

Template

Gets the Template associated with this binding.

ViewType

Gets the type of view element.

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)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest