There is also a static method to do this (analogous to using the property in code to set a non-attached property rather than using the DP there).
Grid.SetRow(txtDescription, 1);
You may find this more readable.
There is also a static method to do this (analogous to using the property in code to set a non-attached property rather than using the DP there).
Grid.SetRow(txtDescription, 1);
You may find this more readable.