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

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

    Parameters

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