Show / Hide Table of Contents

Interface IRowBindingBehavior<T>

Represents the behavior that can dynamically affect the look-and-feel of row binding target UI element.

Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public interface IRowBindingBehavior<in T>

    where T : UIElement, new()
Type Parameters
Name Description
T

Type of target UI element.

Methods

Name Description
Cleanup(T, RowPresenter)

Cleanup the row binding.

Refresh(T, RowPresenter)

Refresh the row binding.

Setup(T, RowPresenter)

Setup the row binding.

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