NevronOpenVision
Nevron.Nov.Editors Namespace / NDoubleValuesListEditWidget Class
Fields Properties Methods Events


In This Topic
    NDoubleValuesListEditWidget Class Members
    In This Topic

    The following tables list the members exposed by NDoubleValuesListEditWidget.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the DecimalPlaces property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NDoubleValuesListEditWidget.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Step property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ValueChanged event.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the number of decimal places for the numeric up downs. By default set to 2.  
    Public PropertyGets or sets the labels.  
    Public PropertyGets or sets the max values.  
    Public PropertyGet/Sets the min values.  
    Public PropertyIndicates which values have been modified through their corresponding numeric up downs.  
    Public PropertyGets or sets the step of the Nevron.Nov.UI.NNumericUpDown controls. By default set to 1.  
    Public PropertyGets or sets the values.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Gets the string representation of this widget.  
    Public MethodRecreates the content of this widget.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreate the widget content.  
    Protected MethodCreates a numeric up down for this drop down's popup.  
    Protected MethodOverridden. Called to perform the actual deep copying of the source node.  
    Protected MethodGets the value of the given numeric up down.  
    Protected MethodGets the string representation of the given value.  
    Protected MethodCalled when a numeric up down's value has changed.  
    Protected MethodSets the maximum value of the given numeric up down.  
    Protected MethodSets the minimum value of the given numeric up down.  
    Protected MethodSets the value of the given numeric up down.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the edited values have been changed.  
    Top
    See Also