Method BindToHyperlink
| Improve this Doc View SourceBindToHyperlink(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. |