ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / CustomPropertyInfo Class / IsDefined Method
The Type object to which the custom attributes are applied.
Specifies whether to search this member's inheritance chain to find the attributes.

In This Topic
    IsDefined Method
    In This Topic
    When overridden in a derived class, indicates whether one or more instance of attributeType is applied to this member.
    Syntax
    'Declaration
     
    
    Public Overrides Function IsDefined( _
       ByVal attributeType As Type, _
       ByVal inherit As Boolean _
    ) As Boolean
    public override bool IsDefined( 
       Type attributeType,
       bool inherit
    )

    Parameters

    attributeType
    The Type object to which the custom attributes are applied.
    inherit
    Specifies whether to search this member's inheritance chain to find the attributes.

    Return Value

    true if one or more instance of attributeType is applied to this member; otherwise false.
    See Also