Class RowBindingBehavior<T>
Base class of behavior to dynamically affect the look-and-feel of scalar binding target UI element.
Inheritance
System.Object
RowBindingBehavior<T>
Implements
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
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class RowBindingBehavior<T> : IRowBindingBehavior<T> where T : UIElement, new()
Type Parameters
Name | Description |
---|---|
T | Type of target UI element. |
Methods
Name | Description |
---|---|
Cleanup(T, RowPresenter) | Cleanup the row binding. |
Refresh(T, RowPresenter) | Refresh the row binding. |
Setup(T, RowPresenter) | Setup the row binding. |
Explicit Interface Implementations
Name | Description |
---|---|
IRowBindingBehavior<T>.Cleanup(T, RowPresenter) | |
IRowBindingBehavior<T>.Refresh(T, RowPresenter) | |
IRowBindingBehavior<T>.Setup(T, RowPresenter) |