PropertyDescriptor Properties

 

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

NameDescription
System_CAPS_protpropertyAttributeArray

Gets or sets an array of attributes.(Inherited from MemberDescriptor.)

System_CAPS_pubpropertyAttributes

Gets the collection of attributes for this member.(Inherited from MemberDescriptor.)

System_CAPS_pubpropertyCategory

Gets the name of the category to which the member belongs, as specified in the CategoryAttribute.(Inherited from MemberDescriptor.)

System_CAPS_pubpropertyComponentType

When overridden in a derived class, gets the type of the component this property is bound to.

System_CAPS_pubpropertyConverter

Gets the type converter for this property.

System_CAPS_pubpropertyDescription

Gets the description of the member, as specified in the DescriptionAttribute.(Inherited from MemberDescriptor.)

System_CAPS_pubpropertyDesignTimeOnly

Gets whether this member should be set only at design time, as specified in the DesignOnlyAttribute.(Inherited from MemberDescriptor.)

System_CAPS_pubpropertyDisplayName

Gets the name that can be displayed in a window, such as a Properties window.(Inherited from MemberDescriptor.)

System_CAPS_pubpropertyIsBrowsable

Gets a value indicating whether the member is browsable, as specified in the BrowsableAttribute.(Inherited from MemberDescriptor.)

System_CAPS_pubpropertyIsLocalizable

Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute.

System_CAPS_pubpropertyIsReadOnly

When overridden in a derived class, gets a value indicating whether this property is read-only.

System_CAPS_pubpropertyName

Gets the name of the member.(Inherited from MemberDescriptor.)

System_CAPS_protpropertyNameHashCode

Gets the hash code for the name of the member, as specified in GetHashCode.(Inherited from MemberDescriptor.)

System_CAPS_pubpropertyPropertyType

When overridden in a derived class, gets the type of the property.

System_CAPS_pubpropertySerializationVisibility

Gets a value indicating whether this property should be serialized, as specified in the DesignerSerializationVisibilityAttribute.

System_CAPS_pubpropertySupportsChangeEvents

Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor.

Return to top
Show: