Customization DataSource

Former Member
Former Member

Somebody can confirm if this code snippets return any value in a different version, i test in 18.0.0.448, the expected value is a string than contains a xml data

var ds = app.FrameWork.Application.DataContext.GetDataSource("CustomizationDS");
dynamic o = ds.GetProperty("CommandCategoriesItems");

MessageBox.Show(o);