The IPropertyInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetIndexParameters |
Returns an array of all the index parameters for the property.
|
![]() | GetValue |
Returns the value of the property.
|
![]() | SetValue |
Sets the value of the property.
|
Properties
Name | Description | |
---|---|---|
![]() | AsPropertyDescriptor |
Gets a PropertyDescriptor representing this property.
|
![]() | AsPropertyInfo |
Gets a PropertyInfo representing this property.
|
![]() | Attributes |
Gets the attributes for the property.
|
![]() | CanRead |
Gets a value indicating whether the property can be read.
|
![]() | CanWrite |
Gets a value indicating whether the property can be written to.
|
![]() | Category |
Gets the category of the property.
|
![]() | Converter |
Gets the type converter for this property.
|
![]() | DeclaringType |
Gets the class that declares this property.
|
![]() | Description |
Gets the description of the property.
|
![]() | DisplayName |
Gets the display name of the property.
|
![]() | IsBrowsable |
Gets whether the property should be displayed in the grid.
|
![]() | Name |
Gets the name of the property.
|
![]() | PropertyType |
Gets the type of this property.
|