ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridHyperlinkColumn Class / DataGridHyperlinkColumn Constructor / DataGridHyperlinkColumn Constructor(PropertyInfo)
The property.

In This Topic
    DataGridHyperlinkColumn Constructor(PropertyInfo)
    In This Topic
    Initializes a new instance of the DataGridHyperlinkColumn class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal property As PropertyInfo _
    )
    public DataGridHyperlinkColumn( 
       PropertyInfo property
    )

    Parameters

    property
    The property.
    See Also