The CogIndexedPropertyDescriptor type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AttributeArray | Gets or sets an array of attributes. (Inherited from MemberDescriptor.) | |
| Attributes | (Inherited from CogPropertyDescriptor.) | |
| Category | Gets the name of the category to which the member belongs, as specified in the CategoryAttribute. (Inherited from MemberDescriptor.) | |
| ComponentType | (Inherited from CogPropertyDescriptor.) | |
| Converter | (Inherited from CogPropertyDescriptor.) | |
| Description | (Inherited from CogPropertyDescriptor.) | |
| DesignTimeOnly | Gets whether this member should be set only at design time, as specified in the DesignOnlyAttribute. (Inherited from MemberDescriptor.) | |
| DisplayName | (Overrides MemberDescriptor DisplayName.) | |
| IndexParameters |
Gets index arguments used when accessing property.
| |
| IsBrowsable | (Inherited from CogPropertyDescriptor.) | |
| IsLocalizable | Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute. (Inherited from PropertyDescriptor.) | |
| IsReadOnly | (Inherited from CogPropertyDescriptor.) | |
| Name | (Overrides MemberDescriptor Name.) | |
| NameHashCode | Gets the hash code for the name of the member, as specified in GetHashCode . (Inherited from MemberDescriptor.) | |
| PasswordProtectedInGui | (Inherited from CogPropertyDescriptor.) | |
| PropertyInfo |
Gets PropertyInfo wrapped by this property descriptor.
| |
| PropertyType | (Overrides CogPropertyDescriptor PropertyType.) | |
| SerializationVisibility | Gets a value indicating whether this property should be serialized, as specified in the DesignerSerializationVisibilityAttribute. (Inherited from PropertyDescriptor.) | |
| SupportsChangeEvents | Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor. (Inherited from PropertyDescriptor.) |
See Also