[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridHyperlinkColumn

GridHyperlinkColumn Class

Represent a column whose cells are hyperlinks.

Inheritance
GridHyperlinkColumn
Namespace: C1.WinUI.Grid
Assembly: C1.WinUI.Grid.dll
Syntax
public class GridHyperlinkColumn : GridColumn, INotifyPropertyChanged, INotifyPropertyChanging
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.

Methods

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.