FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Column Class / PropertyInfo Property

In This Topic
    PropertyInfo Property
    In This Topic
    Gets or sets a PropertyInfo object used for binding the column to items in the data source.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public Property PropertyInfo As PropertyInfo
    [Browsable(false)]
    public PropertyInfo PropertyInfo {get; set;}
    See Also