Name | Description | |
---|---|---|
![]() | NDoubleValuesListEditWidget Constructor | Default constructor. |
The following tables list the members exposed by NDoubleValuesListEditWidget.
Name | Description | |
---|---|---|
![]() | NDoubleValuesListEditWidget Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() ![]() | DecimalPlacesProperty | Reference to the DecimalPlaces property. |
![]() ![]() | NDoubleValuesListEditWidgetSchema | Schema associated with NDoubleValuesListEditWidget. |
![]() ![]() | StepProperty | Reference to the Step property. |
![]() ![]() | ValuesChangedEvent | Reference to the ValueChanged event. |
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. |
Name | Description | |
---|---|---|
![]() | ToString | Overridden. Gets the string representation of this widget. |
![]() | UpdateContent | Recreates the content of this widget. |
Name | Description | |
---|---|---|
![]() | CreateContent | Create the widget content. |
![]() | CreateNumericUpDown | Creates a numeric up down for this drop down's popup. |
![]() | DeepCopyCore | Overridden. Called to perform the actual deep copying of the source node. |
![]() | GetNumericUpDownValue | Gets the value of the given numeric up down. |
![]() | GetStringForValueAt | Gets the string representation of the given value. |
![]() | OnNumericUpDownValueChanged | Called when a numeric up down's value has changed. |
![]() | SetNumericUpDownMaxValue | Sets the maximum value of the given numeric up down. |
![]() | SetNumericUpDownMinValue | Sets the minimum value of the given numeric up down. |
![]() | SetNumericUpDownValue | Sets the value of the given numeric up down. |
Name | Description | |
---|---|---|
![]() | ValuesChanged | Occurs when the edited values have been changed. |