SetValueWithoutNotify

public bool SetValueWithoutNotify(object value) ;

Set the value without notification.

Parameter Name Description
value Value

Returns true if it can be set. Otherwise returns false.

public bool SetValueWithoutNotify(IValueGetter valueGetter) ;

Set the value without notification.

Parameter Name Description
valueGetter Source of value

Returns true if it can be set. Otherwise returns false.