NDoubleValuesListDropDown Class Members
In This Topic
The following tables list the members exposed by NDoubleValuesListDropDown.
Public Constructors
Public Fields
Protected Fields
| Name | Description |
| m_EditWidget | The edit widget that is shown in the popup of this drop down. |
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
Protected Properties
| Name | Description |
| YpKb | |
Top
Public Methods
Public Events
| Name | Description |
| ValuesChanged | Occurs when the edited values have been changed. |
Top
See Also