Click or drag to resize
EditingComponentPropertyAttribute Properties

The EditingComponentPropertyAttribute type exposes the following members.

Properties
  NameDescription
Public propertyPropertyName
Name of the property whose value is being configured. The name must be a valid property name within corresponding Properties.
Public propertyPropertyValue
The value of the property this attribute was initialized with. The actual value assigned to the property is obtained via the GetPropertyValue method which can further process the value.
Top
See Also