WPF - How to bind a custom class in a DataGrid HD
It is the way binding a custom class to a WPF GataGrid. 1. Create WPF Project. 2. Add a DataGrid on the Window 3. Add two column in a DataGrid 4. Type the Binding properties in XAML. 5. Create a custom class. 6. Type c# codes on the Loaded event of the Window.