Interface IRowElement
Represents view element that can be used as row binding target.
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public interface IRowElement
Methods
Name | Description |
---|---|
Cleanup(RowPresenter) | Cleanup this view element with row presenter. |
Refresh(RowPresenter) | Refresh this view element with row presenter. |
Setup(RowPresenter) | Setup this view element with row presenter. |