<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / Column Class / PropertyInfo Property

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