True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid.Util.Xml.Serialization Namespace / Serializer.C1TypeDescriptorContextCreateInstance Class / PropertyDescriptor Property

In This Topic
    PropertyDescriptor Property (Serializer.C1TypeDescriptorContextCreateInstance)
    In This Topic
    Gets the System.ComponentModel.PropertyDescriptor that is associated with the given context item.
    Syntax
    'Declaration
     
    Public ReadOnly Property PropertyDescriptor As System.ComponentModel.PropertyDescriptor
    public System.ComponentModel.PropertyDescriptor PropertyDescriptor {get;}

    Property Value

    The System.ComponentModel.PropertyDescriptor that describes the given context item; otherwise, null if there is no System.ComponentModel.PropertyDescriptor responsible for the call.
    See Also