FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumn Class / PropertyInfo Property

In This Topic
    PropertyInfo Property (GridColumn)
    In This Topic
    Gets or sets a PropertyInfo object used for binding the column to items in the data source.
    Syntax
    'Declaration
     
    Public ReadOnly Property PropertyInfo As PropertyInfo
    public PropertyInfo PropertyInfo {get;}
    See Also