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

In This Topic
    DeclaringType Property
    In This Topic
    Gets the class that declares this member.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property DeclaringType As Type
    public override Type DeclaringType {get;}

    Property Value

    The Type object for the class that declares this member.
    See Also