SetPropertyValue[name,value]
sets a widget property value.
SetPropertyValue[{target,name},value] or SetPropertyValue[{target,name}->value]
sets a widget property value, specifying the target widget.
SetPropertyValue[{target,name,index},value] or SetPropertyValue[{target,name,index}->value]
sets an indexed widget property value, specifying the target widget.


SetPropertyValue
SetPropertyValue[name,value]
sets a widget property value.
SetPropertyValue[{target,name},value] or SetPropertyValue[{target,name}->value]
sets a widget property value, specifying the target widget.
SetPropertyValue[{target,name,index},value] or SetPropertyValue[{target,name,index}->value]
sets an indexed widget property value, specifying the target widget.
Examples
open all close allBasic Examples (1)
Options (1)
Name (1)
Set a property value and register the value with the name "savedArgument" in the widget registry:
Now this value can be referenced separately using WidgetReference:
See Also
Tech Notes
Related Guides
Text
Wolfram Research (2007), SetPropertyValue, Wolfram Language function, https://reference.wolfram.com/language/GUIKit/ref/SetPropertyValue.html.
CMS
Wolfram Language. 2007. "SetPropertyValue." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/GUIKit/ref/SetPropertyValue.html.
APA
Wolfram Language. (2007). SetPropertyValue. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/GUIKit/ref/SetPropertyValue.html
BibTeX
@misc{reference.wolfram_2025_setpropertyvalue, author="Wolfram Research", title="{SetPropertyValue}", year="2007", howpublished="\url{https://reference.wolfram.com/language/GUIKit/ref/SetPropertyValue.html}", note=[Accessed: 15-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_setpropertyvalue, organization={Wolfram Research}, title={SetPropertyValue}, year={2007}, url={https://reference.wolfram.com/language/GUIKit/ref/SetPropertyValue.html}, note=[Accessed: 15-August-2025]}