[]
        
(Showing Draft Content)

C1.Win.C1Input.C1TextBox.SetProposedValue

SetProposedValue Method

SetProposedValue(object)

This method works exactly as setting the Value property, except that it does not change the internal variable storing the value before editing, so the user can press Esc and restore the previous value. This method works only in edit mode. If the control is not in edit mode, this methods does nothing.

Declaration
public virtual void SetProposedValue(object value)
Parameters
Type Name Description
object value

Value to set to the control.