private void ShowNavigationItemAction_CustomizeControl(object sender, DevExpress.ExpressApp.Actions.CustomizeControlEventArgs e) { //This are all the posible controls navBar = e.Control as NavBarControl; treeList = e.Control as TreeList; accordion = e.Control as DevExpress.ExpressApp.Win.Templates.Navigation.XafAccordionControl; Debug.WriteLine(string.Format("{0}:{1}", "e.Control.GetType()", e.Control.GetType())); }
private void ShowNavigationItemAction_CustomizeControl(object sender, DevExpress.ExpressApp.Actions.CustomizeControlEventArgs e) { Debug.WriteLine(string.Format("{0}:{1}", "e.Control.GetType()", e.Control.GetType())); control = e.Control as DevExpress.Web.ASPxNavBar; }