Show / Hide Table of Contents

Method AddToGridCell

| Improve this Doc View Source

AddToGridCell<T>(RowBindingBase<T>)

Adds row binding into GridCell.

Declaration
public static RowCompositeBinding<GridCell> AddToGridCell<T>(this RowBindingBase<T> rowBinding)

    where T : UIElement, new()
Parameters
Type Name Description
RowBindingBase<T> rowBinding

The row binding.

Returns
Type Description
RowCompositeBinding<GridCell>

The row binding object of GridCell.

Type Parameters
Name Description
T

The element type of the row binding.

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