The following tables list the members exposed by AnnPropertyInfo.
Name | Description | |
---|---|---|
AnnPropertyInfo Constructor | Initializes a new AnnPropertyInfo with the specified values. |
Name | Description | |
---|---|---|
Category | Gets or sets the category of this property. | |
Description | Gets or sets the description for the property that this AnnPropertyInfo represents. | |
DisplayName | Gets or sets the display name of this property. | |
EditorType | Gets the editor type for the property that this AnnPropertyInfo represents. | |
HasValues | Gets a value that indicate whether to use Values or Value. | |
IsReadOnly | Determines if the property is read only. | |
IsVisible | Determines if the property is read only. | |
Type | Gets the data type for the property that this AnnPropertyInfo represents. | |
Value | Gets or sets the value for the for the property that this AnnPropertyInfo represents. | |
Values | Gets a dictionary that contains the values of this property. |
Name | Description | |
---|---|---|
ValueChanged | Occurs when the value of this property has changed. |