e.control.items().each(function(ctrl) {
            ctrl.active(ctrl.settings.data === listStyleType);
        });