Constructor ValueEditorDouble
ValueEditorDouble(AbstractControl)
Initializes a new instance of the ValueEditorDouble class.
public ValueEditorDouble(AbstractControl parent)
Parameters
parentAbstractControlParent of the control.
ValueEditorDouble(string, double?)
Initializes a new instance of the ValueEditorDouble class.
public ValueEditorDouble(string title, double? value = null)
Parameters
ValueEditorDouble()
Initializes a new instance of the ValueEditorDouble class.
public ValueEditorDouble()