Show / Hide Table of Contents

Method ApplyCleanup

| Improve this Doc View Source

ApplyCleanup(Action<T, RowPresenter>)

Applies delegate to cleanup this binding.

Declaration
public RowBinding<T> ApplyCleanup(Action<T, RowPresenter> cleanup)
Parameters
Type Name Description
System.Action<T, RowPresenter> cleanup

The delegate to cleanup this binding.

Returns
Type Description
RowBinding<T>

This row binding for fluent coding.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest