Hi,
I have problem with translate this portion of code from C# to VB. To Export the Grid to VB. Could you help me please, I tried to convert but it doesn't work.
My Best Regards & thank you!
Patricia
.ToolbarSettings(tool =>
{
tool.ShowToolbar(true);
tool.ToolbarItems(new List<TreeGridToolBarItems>()
{
TreeGridToolBarItems.PdfExport,
});
})