Class ItemPropertyInfo
Information about a property. Returned by ItemProperties
public class ItemPropertyInfo
- Inheritance
-
ItemPropertyInfo
Constructors
- ItemPropertyInfo(string, Type, object)
Creates a new instance of ItemPropertyInfo.
Properties
- Descriptor
More information about the property. This may be null, the view is unable to provide any more information. Or it may be an object that describes the property, such as a PropertyDescriptor, a PropertyInfo, or the like.
- Name
The property's name.
- PropertyType
The property's type.