Click or drag to resize

IAddBasicPropertyValueView Interface

View interface for adding a basic property value.

Namespace: Altaxo.Gui.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IAddBasicPropertyValueView

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
Events
 NameDescription
Public eventPropertyTypeChanged Occurs when the selected property type changes.
Top
See Also