[]
Represent a column whose cells are hyperlinks.
public class GridHyperlinkColumn : GridColumn, INotifyPropertyChanged, INotifyPropertyChanging
Use Binding property to set the hyperlink source, and if necessary use ContentBinding to specify the hyperlink visible text.
| Name | Description |
|---|---|
| GridHyperlinkColumn() | Initializes a new instance of the GridHyperlinkColumn class. |
| GridHyperlinkColumn(PropertyInfo) | Initializes a new instance of the GridHyperlinkColumn class. |
| Name | Description |
|---|---|
| ContentBinding | Gets or sets the property path used to get the visible text of the hyperlink. |
| Name | Description |
|---|---|
| BindCellContent(FrameworkElement, GridCellType, GridRow) | Binds the content of the cell with the data item. |
| CreateCellContent(GridCellType, object, GridRow) | Creates the content of the cell (Without binding it to the data item). |
| GetCellContentType(GridCellType, GridRow) | Gets the type of cell content. |