Example #1
0
        private string Legend(DataGrid grid, Type type, string context = null)
        {
            var legend = new StackPanel();

            StyleHelper.ApplyStyles(type, grid, appResource, legend, context);
            return(legend.AsText());
        }