Show / Hide Table of Contents

Method BindToHyperlink

| Improve this Doc View Source

BindToHyperlink(Column, ICommand, String, IFormatProvider)

Binds column to hyperlink System.Windows.Controls.TextBlock.

Declaration
public static RowBinding<TextBlock> BindToHyperlink(this Column source, ICommand command, string format = null, IFormatProvider formatProvider = null)
Parameters
Type Name Description
Column source

The source column.

System.Windows.Input.ICommand command

The command.

System.String format

A composite format string.

System.IFormatProvider formatProvider

An object that supplies culture-specific formatting information.

Returns
Type Description
RowBinding<System.Windows.Controls.TextBlock>

The row binding object.

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