[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridHyperlinkColumn

GridHyperlinkColumn Class

Represent a column whose cells are hyperlinks.

Inheritance
GridHyperlinkColumn
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridHyperlinkColumn : GridColumn, IComponent, IHandleAfterRender, INotifyPropertyChanged, INotifyPropertyChanging, IHandleEvent, IDisposable
Remarks

Use Binding property to set the hyperlink source, and if necessary use ContentBinding to specify the hyperlink visible text.

Constructors

Name Description
GridHyperlinkColumn()

Initializes a new instance of the GridHyperlinkColumn class.

GridHyperlinkColumn(PropertyInfo)

Initializes a new instance of the GridHyperlinkColumn class.

Properties

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.

Methods

Name Description
GetCellContentRenderFragment(GridCellType, GridRow)