CompositePropertyType Methods
The CompositePropertyType type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetStateValue | Gets the property state metadata on an element. (Inherited from PropertyType.) |
| GetType | (Inherited from Object.) |
| GetTypeOfProperty | Gets the type of the property on an element. (Inherited from PropertyType.) |
| GetValueAsObject | Gets a weakly-typed value of the property on the specified element. (Inherited from PropertyType.) |
| IsReadOnly | Gets the read-only property state on an element. (Inherited from PropertyType.) |
| IsRequired | Gets the required property state on an element. (Inherited from PropertyType.) |
| IsVisible | Gets the visible property state on an element. (Inherited from PropertyType.) |
| Label | Gets the caption for an element. (Inherited from PropertyType.) |
| MemberwiseClone | (Inherited from Object.) |
| OnPropertyChanged | Raises the PropertyChanged event when the property value on an element has been changed. (Inherited from PropertyType.) |
| OnPropertyStateChanged | Raises the PropertyStateChanged event when the property state on an element has been changed. (Inherited from PropertyType.) |
| SetStateValue | Sets the property state metadata on an element. (Inherited from PropertyType.) |
| SetValueAsObject | Sets the property value on an element. (Inherited from PropertyType.) |
| ToolTip | Gets the tooltip for an element. (Inherited from PropertyType.) |
| ToString | (Inherited from Object.) |
| Validate | Validates the property value on an element. (Inherited from PropertyType.) |
| ValueFormatter | Gets a format string for an element. (Inherited from PropertyType.) |
Community Additions
ADD
Show: