DataUiGrid
Last updated
Was this helpful?
Was this helpful?
xmlns:WpfDataUi="clr-namespace:WpfDataUi;assembly=WpfDataUi"<WpfDataUi:DataUiGrid Name="DataGrid"></WpfDataUi:DataUiGrid>var grid = new DataUiGrid();
// add the grid to some layout object like a Grid or StackLayout...// We'll use a MemoryStream to show that it works,
// but we could really use anything.
MemoryStream memoryStream = new MemoryStream();
this.DataGrid.Instance = memoryStream;<wpfdataui:DataUiGrid Instance="{Binding SelectedItem}"></wpfdataui:DataUiGrid>