NDoubleValuesListEditWidget Class Members
In This Topic
The following tables list the members exposed by NDoubleValuesListEditWidget.
Public Constructors
Public Fields
Protected Fields
| Name | Description |
 | bSKb | |
Top
Public Properties
| Name | Description |
 | DecimalPlaces | Gets or sets the number of decimal places for the numeric up downs. By default set to 2. |
 | Labels | Gets or sets the labels. |
 | MaxValues | Gets or sets the max values. |
 | MinValues | Get/Sets the min values. |
 | Modified | Indicates which values have been modified through their corresponding numeric up downs. |
 | Step | Gets or sets the step of the Nevron.Nov.UI.NNumericUpDown controls. By default set to 1. |
 | Values | Gets or sets the values. |
Top
Public Methods
| Name | Description |
 | ToString | Overridden. Gets the string representation of this widget. |
 | UpdateContent | Recreates the content of this widget. |
Top
Public Events
| Name | Description |
 | ValuesChanged | Occurs when the edited values have been changed. |
Top
See Also