Method GetFlushingError
| Improve this Doc View SourceGetFlushingError(UIElement)
Declaration
public override FlushingError GetFlushingError(UIElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element |
Returns
Type | Description |
---|---|
FlushingError |
Overrides
DevZest.Data.Presenters.Primitives.Input<T, DevZest.Data.Presenters.RowBinding, DevZest.Data.IColumns>.GetFlushingError(System.Windows.UIElement)
|
Improve this Doc
View Source
GetFlushingError(RowPresenter)
Gets the flushing error.
Declaration
public FlushingError GetFlushingError(RowPresenter rowPresenter)
Parameters
Type | Name | Description |
---|---|---|
RowPresenter | rowPresenter | The row presenter. |
Returns
Type | Description |
---|---|
FlushingError | The flushing error. |