I have two properties like this:
public List<People> { get; set; }
public string Human { get; set; }
In Visual Studio, in the Grid View property, I am able to see the string property (Human) as a binding source/bindable object. However, I cannot see the List property.
I am attempting to bind from the Control Properties Panel using the Data Bindings Parameters without doing this in code.
Thank you everyone!