C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridHyperlinkColumn Class / GridHyperlinkColumn Constructor / GridHyperlinkColumn Constructor(PropertyInfo)
The property info object used to initialize the column.
In This Topic
GridHyperlinkColumn Constructor(PropertyInfo)
In This Topic
Initializes a new instance of the GridHyperlinkColumn class.
Syntax
public GridHyperlinkColumn( 
   PropertyInfo property
)

Parameters

property
The property info object used to initialize the column.
See Also