public List<string> list;
[OnStateUpdate("@#(list).State.Expanded = $value")]
public bool ExpandList;
[OnStateUpdate("@$property.State.Expanded = ExpandList")]
public List<string> list;
public bool ExpandList;
[OnStateUpdate("@$property.State.Visible = ToggleMyInt")]
public int MyInt;
public bool ToggleMyInt;