ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / CustomPropertyInfo Class
Members

In This Topic
    CustomPropertyInfo Class
    In This Topic
    Class that encapsulates a PropertyDescriptor (can be used in WPF binding) and exposes it as a PropertyInfo (can be used in WPF and Silverlight).
    Object Model
    CustomPropertyInfo Class
    Syntax
    'Declaration
     
    
    Public Class CustomPropertyInfo 
       Inherits System.Reflection.PropertyInfo
    public class CustomPropertyInfo : System.Reflection.PropertyInfo 
    Inheritance Hierarchy

    System.Object
       System.Reflection.MemberInfo
          System.Reflection.PropertyInfo
             C1.WPF.DataGrid.CustomPropertyInfo

    See Also