ComponentOne DataGrid for WPF and Silverlight
IsDefined Method

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.
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 System.Type, _
   ByVal inherit As System.Boolean _
) As System.Boolean
public override System.bool IsDefined( 
   System.Type attributeType,
   System.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

Reference

CustomPropertyInfo Class
CustomPropertyInfo Members