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


In This Topic
    CustomPropertyInfo Class Members
    In This Topic

    The following tables list the members exposed by CustomPropertyInfo.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CustomPropertyInfo class.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets the attributes for this property.  
    Public PropertyOverridden. Gets a value indicating whether the property can be read.  
    Public PropertyOverridden. Gets a value indicating whether the property can be written to.  
    Public Property (Inherited from System.Reflection.MemberInfo)
    Public PropertyOverridden. Gets the class that declares this member.  
    Public Property (Inherited from System.Reflection.PropertyInfo)
    Public Property (Inherited from System.Reflection.PropertyInfo)
    Public Property (Inherited from System.Reflection.PropertyInfo)
    Public Property (Inherited from System.Reflection.MemberInfo)
    Public Property (Inherited from System.Reflection.MemberInfo)
    Public PropertyOverridden. Gets the name of the current member.  
    Public PropertyOverridden. Gets the type of this property.  
    Public PropertyOverridden. Gets the class object that was used to obtain this instance of MemberInfo.  
    Public Property (Inherited from System.Reflection.PropertyInfo)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Determines whether the specified System.Object is equal to this instance.  
    Public MethodOverloaded. Overridden. Returns an array whose elements reflect the public and, if specified, non-public get, set, and other accessors of the property reflected by the current instance.  
    Public Method (Inherited from System.Reflection.PropertyInfo)
    Public MethodOverloaded. Overridden. When overridden in a derived class, returns an array containing all the custom attributes.  
    Public Method (Inherited from System.Reflection.MemberInfo)
    Public MethodOverloaded. Overridden. When overridden in a derived class, returns the public or non-public get accessor for this property.  
    Public MethodOverridden. Returns a hash code for this instance.  
    Public MethodOverridden. When overridden in a derived class, returns an array of all the index parameters for the property.  
    Public Method (Inherited from System.Reflection.PropertyInfo)
    Public Method (Inherited from System.Reflection.PropertyInfo)
    Public Method (Inherited from System.Reflection.PropertyInfo)
    Public MethodOverloaded. Overridden. When overridden in a derived class, returns the set accessor for this property.  
    Public MethodOverloaded. Overridden. Returns the value of the property with optional index values for indexed properties.  
    Public MethodOverridden. When overridden in a derived class, indicates whether one or more instance of attributeType is applied to this member.  
    Public MethodOverloaded. Overridden. Sets the value of the property with optional index values for index properties.  
    Top
    See Also