Show / Hide Table of Contents

Method ApplySetup

| Improve this Doc View Source

ApplySetup(Action<T, RowPresenter>)

Applies delegate to setup this binding.

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

The delegate to setup 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