i have the following code:
Me.ASPxMenu1.DataSource = New HierarchicalMenuItemCollection(New XPCollection(Of IMenuItem)(DirectCast(WebApplication.Instance.ObjectSpaceProvider.CreateObjectSpace(), XPObjectSpace).session,
CType(New NullOperator("ParentItem"), CriteriaOperator),
New SortProperty("Order", DB.SortingDirection.Ascending)))
it fails in DirectCast, in DevExpress 11.2 it was
Ctype(WebApplication.Instance.ObjectSpaceProvider.CreateObjectSpace(), ObjectSpace).Session
Somebody knows how to do it in DevExpress 12.2? Thanks for any kind of help