i have a WPF TextBox user control in my win forms applications. when i want to bind it to the data in datagridview, the DataBindings.Ad d property is not shown in the intellisence.
How to add "ControlBinding sCollection" to the user control. if there is any other way kindly let me know.
i want to bind TextBox like this code:
txtGroup.Databi ndings.Add("Tex t", datagridView.Da taSource, "Group")
but no any Databindings.Ad d is shown in intellisence of TextBox.
How to add "ControlBinding sCollection" to the user control. if there is any other way kindly let me know.
i want to bind TextBox like this code:
txtGroup.Databi ndings.Add("Tex t", datagridView.Da taSource, "Group")
but no any Databindings.Ad d is shown in intellisence of TextBox.