ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridImageColumn Class / DataGridImageColumn Constructor / DataGridImageColumn Constructor(PropertyInfo)
The property info used to initialize the column.

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

    Parameters

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