Forum Discussion

Joseph Ackerman's avatar
Joseph Ackerman
Iron Contributor
Jun 08, 2017

SPFx: How to reference property pane controls (not their values) in code?

this.properties.<propertyname> returns me the value of the property, not the control used to set the value of the property.  In .Net I use the Controls collection to find the control I want and then...

Resources