[]
Represent a column whose cells are hyperlinks.
public class GridHyperlinkColumn : GridColumn, IComponent, IHandleAfterRender, INotifyPropertyChanged, INotifyPropertyChanging, IHandleEvent, IDisposable
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. |
| TargetName | Gets or sets the name of the target window or frame. |
| Name | Description |
|---|---|
| GetCellContentRenderFragment(GridCellType, GridRow) |