Class RowViewBehavior
Represents a behavior that can dynamically change the look-and-feel of RowView.
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 RowViewBehavior
Methods
Name | Description |
---|---|
Cleanup(RowView) | Cleanup the RowView. |
Refresh(RowView) | Refresh the RowView. |
Setup(RowView) | Setup the RowView. |