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