private void UiBotonContraerInventario_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { UiVistaInventarioProyecto.CollapseAllGroups(); }
private void UiBotonExpandirInventario_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { UiVistaInventarioProyecto.ExpandAllGroups(); }