Click or drag to resize

ISingleValueView Interface

Defines the view contract for editing a single string-backed value.

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

The ISingleValueView type exposes the following members.

Properties
 NameDescription
Public propertyDescriptionText Sets the description text.
Public propertyValueText Gets or sets the value text.
Top
Events
 NameDescription
Public eventValueText_Validating Occurs when the value text is being validated.
Top
See Also