Gets or sets the editor's value.
public int Value { get; set; }
Public Property Value As Integer
The Value property is nothing but an integer representation of the EditValue property's value.
Changing the Value property's value at runtime raises the BaseEdit.EditValueChanging event.