Click or drag to resize

IAddBasicPropertyValueView Properties

The IAddBasicPropertyValueView type exposes the following members.

Properties
 NameDescription
Public propertyPropertyName Gets or sets the property name.
Public propertyPropertyTypes Sets the list of available property types.
Public propertyShowValueAsDateTime Sets a value indicating whether the DateTime editor should be shown.
Public propertyShowValueAsDouble Sets a value indicating whether the double editor should be shown.
Public propertyShowValueAsInt Sets a value indicating whether the integer editor should be shown.
Public propertyShowValueAsString Sets a value indicating whether the string editor should be shown.
Public propertyValueAsDateTime Gets or sets the value as a DateTime.
Public propertyValueAsDouble Gets or sets the value as a double.
Public propertyValueAsInt Gets or sets the value as an integer.
Public propertyValueAsString Gets or sets the value as a string.
Top
See Also